]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/Makefile.am
Update versioning of shared libraries
[orte.git] / orte / libjorte / Makefile.am
index 1e168bedfa52f56caa24ef84e4b89e59b21799f5..0888c76b5a6ac9cecd0c767e28394174b352eb8d 100644 (file)
@@ -21,6 +21,7 @@ JORTEDomainMgrDestroy.c \
 JORTEDomainPropDefaultGet.c \
 JORTEDomainPropSet.c \
 JORTEDomainPropDestroy.c \
+JORTEDomainStart.c \
 JORTEInit.c \
 JORTEPublicationCreate.c \
 JORTEPublicationDestroy.c \
@@ -28,6 +29,7 @@ JORTEPublicationSend.c \
 JORTESleepMs.c \
 JORTESubscriptionCreate.c \
 JORTESubscriptionDestroy.c \
+JORTESubscriptionPull.c \
 JORTETypeRegisterAdd.c \
 JStringToIPAddress.c
 
@@ -35,7 +37,6 @@ lib_LTLIBRARIES = libjorte.la
 libjorte_la_SOURCES = $(LIBJORTE_FILES)
 libjorte_la_LDFLAGS = \
     -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-    -release $(LT_RELEASE) \
     -export-dynamic 
 libjorte_la_CFLAGS = $(AM_CFLAGS)
 libjorte_la_LIBADD = $(top_builddir)/orte/liborte/liborte.la