aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
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/src/gprs
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/src/gprs')
-rw-r--r--openbsc/src/gprs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/Makefile.am b/openbsc/src/gprs/Makefile.am
index cff17dde5..cb0997902 100644
--- a/openbsc/src/gprs/Makefile.am
+++ b/openbsc/src/gprs/Makefile.am
@@ -99,8 +99,8 @@ osmo_sgsn_LDADD = \
$(LIBOSMOABIS_LIBS) \
$(LIBCARES_LIBS) \
$(LIBCRYPTO_LIBS) \
+ $(LIBGTP_LIBS) \
-lrt \
- -lgtp \
-lm \
$(NULL)
if BUILD_IU