aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cipher/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cipher/Makefile.am')
-rw-r--r--tests/cipher/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cipher/Makefile.am b/tests/cipher/Makefile.am
index bd6f15b3..14648c7a 100644
--- a/tests/cipher/Makefile.am
+++ b/tests/cipher/Makefile.am
@@ -4,5 +4,5 @@ LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) $(LIBOSMOTRAU_
noinst_PROGRAMS = cipher_test
EXTRA_DIST = cipher_test.ok
-cipher_test_SOURCES = cipher_test.c
+cipher_test_SOURCES = cipher_test.c $(srcdir)/../stubs.c
cipher_test_LDADD = $(top_builddir)/src/common/libbts.a $(LDADD)