Explorar o código

xcap_server: remove invalid lib dir from Makefile

Daniel-Constantin Mierla %!s(int64=14) %!d(string=hai) anos
pai
achega
7e1564b7e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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