Forráskód Böngészése

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

Vaclav Kubart 19 éve
szülő
commit
017d5f222a
3 módosított fájl, 5 hozzáadás és 5 törlés
  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