include ../../Config.mk

SUBDIRS    	 = 
LIBSRCS    	 = wsman.c \
                   resource.c \
                   xml_writer.c \
                   xml_parser.c \
                   ezxml.c \
                   fault.c \
                   requests.c \
                   standard_actions.c \
                   enumerate_session.c \
                   uuid.c \
                   res_this.c \
                   res_dummy.c \
                   res_catalog.c \
                   res_cim.c

LIB_NAME	 = libpp_wsman
SHARED_LIB_MAJOR = 1
SHARED_LIB_MINOR = 0
SHARED_LIB = $(LIB_NAME).so.$(SHARED_LIB_MAJOR).$(SHARED_LIB_MINOR)

# FIXME: disable some warnings until parser is replaced
FW_CFLAGS += -DDEBUGLEVEL=D_ERROR -Wno-write-strings -Wno-cast-qual

include $(PP_BUILD_SYS_DIR)/Top.mk
