aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-05 15:05:03 +0100
committerHarald Welte <laforge@gnumonks.org>2016-01-06 19:53:44 +0100
commit5c6bd5104ebe828def8d12779fb372dcc6d57e96 (patch)
tree7635d7a1c2a297a62e79319b958cfb6dfed3bc1f /src/tests/Makefile.am
parent8fa5d558fbe5f9a3c073a2a526acf391a5bb347d (diff)
make ranap_common.cn.[ch] part of libosmo-ranap
Diffstat (limited to 'src/tests/Makefile.am')
-rw-r--r--src/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 7262d27..bcf4a46 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -19,7 +19,7 @@ hnb_test_LDADD = $(COMMON_LIBS) $(top_builddir)/src/hnbap/libosmo-asn1-hnbap.a $
test_ranap_SOURCES = $(RANAP_FILES) test-ranap.c test_common.c
test_ranap_LDADD = $(COMMON_LIBS) $(top_builddir)/src/libosmo-ranap.la
-dummy_cn_SOURCES = $(RANAP_FILES) test_common.c dummy_cn_sua.c ranap_common_cn.c
+dummy_cn_SOURCES = $(RANAP_FILES) test_common.c dummy_cn_sua.c
dummy_cn_LDADD = $(COMMON_LIBS) $(top_builddir)/src/libosmo-ranap.la
# The `:;' works around a Bash 3.2 bug when the output is not writeable.