]> 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 c3f2eeda485b099dd378002a7f89f8c8c3453097..9ffd1f3997c9cd4da30b191cb99aa3d6c1181d0d 100644 (file)
@@ -13,6 +13,8 @@ JNtpTimeToStringMs.c \
 JNtpTimeToStringUs.c \
 JORTEDomainAppCreate.c \
 JORTEDomainAppDestroy.c \
+JORTEDomainEvents.c \
+JORTEDomainEventsDestroy.c \
 JORTEDomainInitEvents.c \
 JORTEDomainMgrCreate.c \
 JORTEDomainMgrDestroy.c \
@@ -27,6 +29,7 @@ JORTEPublicationSend.c \
 JORTESleepMs.c \
 JORTESubscriptionCreate.c \
 JORTESubscriptionDestroy.c \
+JORTESubscriptionPull.c \
 JORTETypeRegisterAdd.c \
 JStringToIPAddress.c
 
@@ -36,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 \