aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-10-21 15:05:20 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-10-21 15:06:03 +0200
commit40c1729c6175fb3597923db82ad1a8e579e2bc92 (patch)
tree7992734ec7573a81b9b3b5237153fa74c960fb22
parent6f1de40430bcc96d906fc8b6f66e66fe692b3d35 (diff)
src/tests/Makefile.am: Drop reference to non-existent RANAP_FILES var
It was no longer needed since .la was used. Change-Id: I3f196d5c2bb35826709bfc32d10e6b3683b552ee
-rw-r--r--src/tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 72a3300..28eedb9 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -23,11 +23,11 @@ test_hnbap_LDADD = $(COMMON_LIBS) $(top_builddir)/src/hnbap/libosmo-asn1-hnbap.a
hnb_test_SOURCES = $(HNBAP_FILES) $(RUA_FILES) hnb-test.c test_common.c hnb-test-ranap.c hnb-test-rua.c
hnb_test_LDADD = $(COMMON_LIBS) $(top_builddir)/src/hnbap/libosmo-asn1-hnbap.a $(top_builddir)/src/rua/libosmo-asn1-rua.a $(top_builddir)/src/libosmo-ranap.la
-test_ranap_SOURCES = $(RANAP_FILES) test-ranap.c test_common.c
+test_ranap_SOURCES = test-ranap.c test_common.c
test_ranap_LDADD = $(COMMON_LIBS) $(top_builddir)/src/libosmo-ranap.la
# TODO: re-add using SCCP?
-#dummy_cn_SOURCES = $(RANAP_FILES) test_common.c dummy_cn_sua.c
+#dummy_cn_SOURCES = test_common.c dummy_cn_sua.c
#dummy_cn_LDADD = $(COMMON_LIBS) $(top_builddir)/src/libosmo-ranap.la
$(top_builddir)/src/libosmo-ranap.la: