]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/Makefile.am
JORTE: ignore 'int-to-pointer' and 'pointer-to-int' compiler warnings
[orte.git] / orte / libjorte / Makefile.am
index cbb9c30fa6117929b6d24ee42db480d51d5b6257..9ffd1f3997c9cd4da30b191cb99aa3d6c1181d0d 100644 (file)
@@ -13,12 +13,15 @@ JNtpTimeToStringMs.c \
 JNtpTimeToStringUs.c \
 JORTEDomainAppCreate.c \
 JORTEDomainAppDestroy.c \
+JORTEDomainEvents.c \
+JORTEDomainEventsDestroy.c \
 JORTEDomainInitEvents.c \
 JORTEDomainMgrCreate.c \
 JORTEDomainMgrDestroy.c \
 JORTEDomainPropDefaultGet.c \
 JORTEDomainPropSet.c \
 JORTEDomainPropDestroy.c \
+JORTEDomainStart.c \
 JORTEInit.c \
 JORTEPublicationCreate.c \
 JORTEPublicationDestroy.c \
@@ -26,6 +29,7 @@ JORTEPublicationSend.c \
 JORTESleepMs.c \
 JORTESubscriptionCreate.c \
 JORTESubscriptionDestroy.c \
+JORTESubscriptionPull.c \
 JORTETypeRegisterAdd.c \
 JStringToIPAddress.c
 
@@ -35,7 +39,7 @@ libjorte_la_LDFLAGS = \
     -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
     -release $(LT_RELEASE) \
     -export-dynamic 
-libjorte_la_CFLAGS = $(AM_CFLAGS)
+libjorte_la_CFLAGS = $(AM_CFLAGS) -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast
 libjorte_la_LIBADD = $(top_builddir)/orte/liborte/liborte.la 
 
 EXTRA_DIST = Makefile Makefile.omk \