瀏覽代碼

dmq: removed libxml2 from Makefile deps

- the lib is not used in sources
Daniel-Constantin Mierla 14 年之前
父節點
當前提交
509763109a
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      modules_k/dmq/Makefile

+ 1 - 5
modules_k/dmq/Makefile

@@ -10,14 +10,10 @@ auto_gen=
 NAME=dmq.so
 LIBS=
 
-DEFS+=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \
-      -I$(LOCALBASE)/include
-LIBS+=-L/usr/include/lib  -L$(LOCALBASE)/lib -lxml2
-
 DEFS+=-DOPENSER_MOD_INTERFACE
 
 SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/kmi/kmi
 SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
 SER_LIBS+=$(SERLIBPATH)/kcore/kcore
-include ../../Makefile.modules
+include ../../Makefile.modules