aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-02-14 22:32:53 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-02-18 19:39:32 +0100
commit2259c7528e583a10628d0690d7cabfa749b23257 (patch)
tree254b507947614de2259205b16753c188c45f054e /openbsc/tests
parent28e9f60404b3448b140ff4af06c05181c1dd982f (diff)
Patch to make openbsc find libsmpp34
This patch lets the build script for openbsc find the libsmpp34 installation with the help of pkg-config instead of assuming the header files are in /usr/include.
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/smpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/smpp/Makefile.am b/openbsc/tests/smpp/Makefile.am
index 06e7af6b4..9ab15c589 100644
--- a/openbsc/tests/smpp/Makefile.am
+++ b/openbsc/tests/smpp/Makefile.am
@@ -1,5 +1,5 @@
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_srcdir)/src/libmsc
-AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOSCCP_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
+AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOSCCP_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSMPP34_CFLAGS)
AM_LDFLAGS = $(COVERAGE_LDFLAGS)
EXTRA_DIST = smpp_test.ok smpp_test.err