Parcourir la source

xmlops: removed invalid lib path

Daniel-Constantin Mierla il y a 14 ans
Parent
commit
6fc90f2eb7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      modules/xmlops/Makefile

+ 1 - 1
modules/xmlops/Makefile

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