aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-01-30 15:59:40 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-08 09:42:39 +0000
commitd9a54af54e82326095511d559eec4b005b361928 (patch)
treed426b07115dc959908a0ac57baf056bb896bf8af /src/gprs
parentb643f56ebe4ff7e12ae7e44938f895b474f38ed6 (diff)
mandatory depend on libc-ares and libgtp
Both library are required to build osmo-sgsn. The optional dependency was correct when osmo-sgsn was part of openbsc. Change-Id: Id608165ae490cb6c84aac1fe70412b2cb2b2587b
Diffstat (limited to 'src/gprs')
-rw-r--r--src/gprs/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gprs/Makefile.am b/src/gprs/Makefile.am
index b0fca6f9c..4c7f730a4 100644
--- a/src/gprs/Makefile.am
+++ b/src/gprs/Makefile.am
@@ -36,15 +36,9 @@ OSMO_LIBS = \
bin_PROGRAMS = \
osmo-gbproxy \
- $(NULL)
-if HAVE_LIBGTP
-if HAVE_LIBCARES
-bin_PROGRAMS += \
osmo-sgsn \
osmo-gtphub \
$(NULL)
-endif
-endif
osmo_gbproxy_SOURCES = \
gb_proxy.c \