aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/gprs/Makefile.am')
-rw-r--r--openbsc/src/gprs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/gprs/Makefile.am b/openbsc/src/gprs/Makefile.am
index 59136bd32..3b5839997 100644
--- a/openbsc/src/gprs/Makefile.am
+++ b/openbsc/src/gprs/Makefile.am
@@ -72,6 +72,7 @@ osmo_sgsn_SOURCES = \
gprs_sgsn.c \
gprs_sndcp.c \
gprs_sndcp_vty.c \
+ gprs_sndcp_xid.c \
sgsn_main.c \
sgsn_vty.c \
sgsn_libgtp.c \
@@ -98,6 +99,7 @@ osmo_sgsn_LDADD = \
$(LIBCRYPTO_LIBS) \
-lrt \
-lgtp \
+ -lm \
$(NULL)
if BUILD_IU
osmo_sgsn_LDADD += \