aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gprs/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-04-25 19:07:34 +0200
committerHarald Welte <laforge@gnumonks.org>2016-04-29 13:10:37 +0200
commit23d77d56ea47bbb971bf2fc5d93d6ae2d7d30f03 (patch)
tree3b8eabec7b1cbc05ba86e1ba265c005f3bc87be4 /openbsc/tests/gprs/Makefile.am
parent50f1c0af567423b6ade9a84aaa5197ecf6237819 (diff)
Move osmo_gsup_messages.[ch] to libosmocore
This requires the corresponding commit in libosmocore.
Diffstat (limited to 'openbsc/tests/gprs/Makefile.am')
-rw-r--r--openbsc/tests/gprs/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/tests/gprs/Makefile.am b/openbsc/tests/gprs/Makefile.am
index 633c362f8..902313f2a 100644
--- a/openbsc/tests/gprs/Makefile.am
+++ b/openbsc/tests/gprs/Makefile.am
@@ -5,7 +5,6 @@ EXTRA_DIST = gprs_test.ok
noinst_PROGRAMS = gprs_test
-gprs_test_SOURCES = gprs_test.c $(top_srcdir)/src/gprs/gprs_utils.c \
- $(top_srcdir)/src/gprs/gprs_gsup_messages.c
+gprs_test_SOURCES = gprs_test.c $(top_srcdir)/src/gprs/gprs_utils.c
gprs_test_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)