aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-18 11:00:52 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-18 11:00:52 +0200
commita7c262ad96e9e109f08c1aba9227052e735ccd30 (patch)
tree9a09393da3ef1c6374cba9d142758a8d16cb7a0a /openbsc
parent8acd88f369fbc4b8ea7510ab3e4979c783c1394a (diff)
[GPRS] Make sure libsgsn.a is only built when libgtp is available
Diffstat (limited to 'openbsc')
-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 cebcfebc3..6638dd640 100644
--- a/openbsc/src/gprs/Makefile.am
+++ b/openbsc/src/gprs/Makefile.am
@@ -4,11 +4,11 @@ AM_LDFLAGS = $(LIBOSMOCORE_LIBS)
if HAVE_LIBGTP
sbin_PROGRAMS = osmo-gbproxy osmo-sgsn
+noinst_LIBRARIES = libsgsn.a
else
sbin_PROGRAMS = osmo-gbproxy
endif
-noinst_LIBRARIES = libsgsn.a
libsgsn_a_SOURCES = gprs_ns.c gprs_bssgp.c gprs_llc.c gprs_gmm.c \
crc24.c gprs_sgsn.c gprs_bssgp_util.c gprs_bssgp_vty.c