]> 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 f3fe7052f60e43b2cece7cc2bfe3c0a4e18bf342..e70c435bd4d504091b37dcc69d35e278e8a34b2c 100644 (file)
@@ -26,6 +26,7 @@ JORTEInit.c \
 JORTEPublicationCreate.c \
 JORTEPublicationDestroy.c \
 JORTEPublicationSend.c \
+JORTERecvInfoHelpers.c \
 JORTESleepMs.c \
 JORTESubscriptionCreate.c \
 JORTESubscriptionDestroy.c \
@@ -37,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 
@@ -55,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