aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-11-24 11:11:59 +0100
committerHarald Welte <laforge@gnumonks.org>2012-11-24 11:11:59 +0100
commitc6483683ebf702a8e219136d374df25d2149bf74 (patch)
tree822d773fe8bb80354dd833cbe709a0db6e5161b5 /openbsc/tests
parentb8a1f967c5a15d1f4efc9699775cacb75f378e89 (diff)
tests: Fix build of 'db' test after smpp merge
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/db/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/tests/db/Makefile.am b/openbsc/tests/db/Makefile.am
index f0d65f897..7439ed6ba 100644
--- a/openbsc/tests/db/Makefile.am
+++ b/openbsc/tests/db/Makefile.am
@@ -1,5 +1,5 @@
INCLUDES = $(all_includes) -I$(top_srcdir)/include
-AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
+AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(LIBSMPP34_CFLAGS) $(COVERAGE_CFLAGS)
AM_LDFLAGS = $(COVERAGE_LDFLAGS)
EXTRA_DIST = db_test.ok
@@ -13,5 +13,5 @@ db_test_LDADD = $(top_builddir)/src/libbsc/libbsc.a \
$(top_builddir)/src/libtrau/libtrau.a \
$(top_builddir)/src/libcommon/libcommon.a \
$(LIBOSMOCORE_LIBS) $(LIBOSMOABIS_LIBS) \
- $(LIBOSMOGSM_LIBS) -ldl -ldbi
+ $(LIBOSMOGSM_LIBS) $(LIBSMPP34_LIBS) -ldl -ldbi