瀏覽代碼

xcap_server: remove invalid lib dir from Makefile

Daniel-Constantin Mierla 14 年之前
父節點
當前提交
7e1564b7e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules_k/xcap_server/Makefile

+ 1 - 1
modules_k/xcap_server/Makefile

@@ -12,7 +12,7 @@ LIBS=
 
 DEFS+=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \
       -I$(LOCALBASE)/include
-LIBS+=-L$(SYSBASE)/include/lib  -L$(LOCALBASE)/lib -lxml2
+LIBS+=-L$(LOCALBASE)/lib -lxml2
 
 DEFS+=-DOPENSER_MOD_INTERFACE