Browse Source

xmlops: removed invalid lib path

Daniel-Constantin Mierla 14 years ago
parent
commit
6fc90f2eb7
1 changed files with 1 additions and 1 deletions
  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 \
       -I$(LOCALBASE)/include
-LIBS+=-L$(SYSBASE)/include/lib  -L$(LOCALBASE)/lib -lxml2
+LIBS+=-L$(LOCALBASE)/lib -lxml2
 
 DEFS+=-DOPENSER_MOD_INTERFACE