Explorar o código

dmq: removed libxml2 from Makefile deps

- the lib is not used in sources
Daniel-Constantin Mierla %!s(int64=14) %!d(string=hai) anos
pai
achega
509763109a
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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