fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/libsmpp34/+/29081 )
Change subject: binaries/Makefile: s/INCLUDES/AM_CPPFLAGS/
......................................................................
binaries/Makefile: s/INCLUDES/AM_CPPFLAGS/
binaries/Makefile.am:15: warning: 'INCLUDES' is the old name
for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Change-Id: I9343f53c125be8e4c7590164a8541d9fe114deb5
---
M binaries/Makefile.am
1 file changed, 7 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libsmpp34 refs/changes/81/29081/1
diff --git a/binaries/Makefile.am b/binaries/Makefile.am
index 9fd565e..a919d59 100644
--- a/binaries/Makefile.am
+++ b/binaries/Makefile.am
@@ -10,8 +10,13 @@
include $(top_srcdir)/src/Makefile.am
LDADD = libsmpp34.la
-AM_CPPFLAGS = -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS
+AM_CPPFLAGS = \
+ -I$(top_srcdir)/src \
+ -I$(top_srcdir) \
+ -D_REENTRANT \
+ -DBSD_COMP \
+ -D_POSIX_PTHREAD_SEMANTICS \
+ $(NULL)
AM_CFLAGS = @CFLAGS@ -Wall -fPIC # -static
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)
AM_LDFLAGS = -lrt -lpthread
OBJ_EXTRA_DIST = $(esme_EXTRA_DIST)
--
To view, visit
https://gerrit.osmocom.org/c/libsmpp34/+/29081
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libsmpp34
Gerrit-Branch: master
Gerrit-Change-Id: I9343f53c125be8e4c7590164a8541d9fe114deb5
Gerrit-Change-Number: 29081
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange