aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gtphub
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2016-09-15 16:02:18 +0200
committerAlexander Huemer <alexander.huemer@xx.vu>2016-09-15 16:02:18 +0200
commitc2f2ad8a5f575a38011bfa9b1833a88ed393dd1d (patch)
tree11301956b52db657d4b654d8e5c28972570451bc /openbsc/tests/gtphub
parent7b6673fa06dada3ec4586b1c0d735e9df4177a48 (diff)
Build fixes
Some fixes for build environments where dependencies are installed in distinct directories. Change-Id: I38808fd2911747b266ee6fde91187a88dd7ae355
Diffstat (limited to 'openbsc/tests/gtphub')
-rw-r--r--openbsc/tests/gtphub/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsc/tests/gtphub/Makefile.am b/openbsc/tests/gtphub/Makefile.am
index 137924da2..5c834b782 100644
--- a/openbsc/tests/gtphub/Makefile.am
+++ b/openbsc/tests/gtphub/Makefile.am
@@ -7,6 +7,8 @@ AM_CFLAGS = \
-Wall \
-ggdb3 \
$(LIBOSMOCORE_CFLAGS) \
+ $(LIBOSMOABIS_CFLAGS) \
+ $(LIBGTP_CFLAGS) \
$(NULL)
EXTRA_DIST = \
@@ -35,6 +37,6 @@ gtphub_test_LDADD = \
$(top_builddir)/src/gprs/gtphub.o \
$(top_builddir)/src/gprs/gprs_utils.o \
$(LIBOSMOCORE_LIBS) \
- -lgtp \
+ $(LIBGTP_LIBS) \
-lrt \
$(NULL)