]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/Makefile.am
Merge branch 'master' of https://github.com/Vajnar/orte
[orte.git] / orte / libjorte / Makefile.am
index 1e168bedfa52f56caa24ef84e4b89e59b21799f5..e70c435bd4d504091b37dcc69d35e278e8a34b2c 100644 (file)
@@ -21,13 +21,16 @@ JORTEDomainMgrDestroy.c \
 JORTEDomainPropDefaultGet.c \
 JORTEDomainPropSet.c \
 JORTEDomainPropDestroy.c \
+JORTEDomainStart.c \
 JORTEInit.c \
 JORTEPublicationCreate.c \
 JORTEPublicationDestroy.c \
 JORTEPublicationSend.c \
+JORTERecvInfoHelpers.c \
 JORTESleepMs.c \
 JORTESubscriptionCreate.c \
 JORTESubscriptionDestroy.c \
+JORTESubscriptionPull.c \
 JORTETypeRegisterAdd.c \
 JStringToIPAddress.c
 
@@ -35,7 +38,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 
@@ -53,7 +55,7 @@ JORTESubscriptionWaitForPublications.c \
 JORTETypeRegisterDestroyAll.c \
 JORTEVerbositySetLogFile.c \
 JORTEVerbositySetOptions.c \
-setRecvInfo.c setTopic.c setType.c
+setTopic.c setType.c
 
 dist-hook:
        cp -f  $(srcdir)/Makefile $(distdir)/Makefile