Browse Source

modified names of shared libraries if compiled with ser (useful for those who use them without ser too)

Vaclav Kubart 19 năm trước cách đây
mục cha
commit
017d5f222a
3 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 1 1
      lib/cds/Makefile.ser
  2. 2 2
      lib/presence/Makefile.ser
  3. 2 2
      lib/xcap/Makefile.ser

+ 1 - 1
lib/cds/Makefile.ser

@@ -1,5 +1,5 @@
 LIBNAME  = cds
-OUT_NAME = libcds.so
+OUT_NAME = lib_ser_cds.so
 OUT_TYPE = lib
 
 include ../Makefile.ser.defs

+ 2 - 2
lib/presence/Makefile.ser

@@ -1,9 +1,9 @@
 LIBNAME  = presence
-OUT_NAME = libpresence.so
+OUT_NAME = lib_ser_presence.so
 OUT_TYPE = lib
 
 INCLUDES += -I/usr/include/libxml2
-LIBS     += -lxml2 -lcds
+LIBS     += -lxml2 -l_ser_cds
 
 include ../Makefile.ser.defs
 

+ 2 - 2
lib/xcap/Makefile.ser

@@ -1,8 +1,8 @@
 LIBNAME  = xcap
-OUT_NAME = libxcap.so
+OUT_NAME = lib_ser_xcap.so
 OUT_TYPE = lib
 INCLUDES += -I/usr/include/libxml2
-LIBS     += -lxml2 -lcurl -lcds
+LIBS     += -lxml2 -lcurl -l_ser_cds
 
 include ../Makefile.ser.defs