aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2017-05-15 20:42:47 +0200
committerHarald Welte <laforge@gnumonks.org>2017-05-20 11:42:37 +0000
commit5265bea76c90427d70257b7fac0f0b7d40a015cb (patch)
tree5d26878343a4e1758678d45cc7d8c878ffe2541c /openbsc/tests
parent320960cf9d28474098dad11bd1042f2a58d87fac (diff)
Add missing _CFLAGS and _LIBS
These missing pieces go unnoticed if dependencies are not installed in distinct directories. Change-Id: If8d57b72f63d79cc0d8efba7466c6ec177207cbb
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/sndcp_xid/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/tests/sndcp_xid/Makefile.am b/openbsc/tests/sndcp_xid/Makefile.am
index 99b9d1a4f..d09c41b28 100644
--- a/openbsc/tests/sndcp_xid/Makefile.am
+++ b/openbsc/tests/sndcp_xid/Makefile.am
@@ -15,6 +15,7 @@ sndcp_xid_test_LDADD = \
$(LIBOSMOGB_LIBS) \
$(LIBCARES_LIBS) \
$(LIBCRYPTO_LIBS) \
- -lgtp -lrt -lm
+ $(LIBGTP_LIBS) \
+ -lrt -lm