aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/oap/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-05-06 23:28:52 +0200
committerHarald Welte <laforge@gnumonks.org>2016-12-13 14:54:01 +0000
commit736474ce451a92cdc17db5f290f55f8cf22a13a2 (patch)
treeac022ed782acfc14f63cdd6f7bfa03df1f2ad7b7 /openbsc/tests/oap/Makefile.am
parentef022783c37c459d0ccb5aa6f165d4d4dc6c0815 (diff)
move OAP messages implementations to libosmocore
This corresponds to change-id If5099e60681a215e798b6675f21813f26769c253 in libosmocore, which is now required to build openbsc. Related: OS#1592 Change-Id: I2f06aaa6eb54eafa860cfed8e72e41d82ff1c4cf
Diffstat (limited to 'openbsc/tests/oap/Makefile.am')
-rw-r--r--openbsc/tests/oap/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/tests/oap/Makefile.am b/openbsc/tests/oap/Makefile.am
index 06ccf3386..bb9ebb247 100644
--- a/openbsc/tests/oap/Makefile.am
+++ b/openbsc/tests/oap/Makefile.am
@@ -28,7 +28,6 @@ oap_test_SOURCES = \
oap_test_LDADD = \
$(top_builddir)/src/gprs/oap.o \
- $(top_builddir)/src/gprs/oap_messages.o \
$(top_builddir)/src/gprs/gprs_utils.o \
$(top_builddir)/src/libcommon/libcommon.a \
$(LIBOSMOCORE_LIBS) \