Add gitlab issue/merge request templates
[staging/basesystem.git] / service / system / resource_manager / client / Makefile
index d0e1808..54bcbb6 100755 (executable)
@@ -44,7 +44,6 @@ libresm_SRCS += resmgr_api_lib.c
 CPPFLAGS += -I./
 CPPFLAGS += -I./include
 CPPFLAGS += -I../server/include
-CPPFLAGS += -I$(KERNEL_HEADER_DIR)
 
 ######## add compile option ########
 
@@ -53,7 +52,7 @@ LDFLAGS += -Wl,--no-as-needed
 
 ######### linked library (dynamic) #############
 LDLIBS += -lrpc
-LDLIBS += -Wl,-Bdynamic -lev
+LDLIBS += -Wl,-Bdynamic -lbs_ev
 LDLIBS += -Wl,-Bdynamic -lNS_FrameworkUnified
 
 include ../../system_service.mk