aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-25 20:06:17 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-25 20:06:17 +0200
commit84f2905c5bfed2e1f5bae52a2bb9bc771fd8b895 (patch)
treeee8bf36152b1d90a41902292ed9c8d6a6a118e29
parent7238abebeb9877ce99764f199e8f6b71b0e1f8c8 (diff)
libsmpp: Fix src != build directory build needed for dizzy
-rw-r--r--binaries/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaries/Makefile.am b/binaries/Makefile.am
index 308acac..ff7ddae 100644
--- a/binaries/Makefile.am
+++ b/binaries/Makefile.am
@@ -12,6 +12,6 @@ include $(top_srcdir)/src/Makefile.am
LDADD = $(top_builddir)/binaries/libsmpp34.la
AM_CPPFLAGS = -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS
AM_CFLAGS = @CFLAGS@ -Wall -fPIC # -static
-INCLUDES = -I../src -I..
+INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)
AM_LDFLAGS = -lrt -lpthread
OBJ_EXTRA_DIST = $(esme_EXTRA_DIST)