|
@@ -1,6 +1,3 @@
|
|
|
-#
|
|
|
-# Presence_Conference Makefile
|
|
|
-#
|
|
|
#
|
|
|
# WARNING: do not run this directly, it should be run by the master Makefile
|
|
|
|
|
@@ -9,7 +6,7 @@ auto_gen=
|
|
|
NAME=presence_conference.so
|
|
|
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
|
|
|
|