Browse Source

dmq: removed libxml2 from Makefile deps

- the lib is not used in sources
Daniel-Constantin Mierla 14 years ago
parent
commit
509763109a
1 changed files with 1 additions and 5 deletions
  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