diff options
Diffstat (limited to 'tests/a5/Makefile.am')
| -rw-r--r-- | tests/a5/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/a5/Makefile.am b/tests/a5/Makefile.am new file mode 100644 index 00000000..3c6e6ba4 --- /dev/null +++ b/tests/a5/Makefile.am @@ -0,0 +1,6 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include +noinst_PROGRAMS = a5_test +EXTRA_DIST = a5_test.ok + +a5_test_SOURCES = a5_test.c +a5_test_LDADD = $(top_builddir)/src/libosmocore.la $(top_builddir)/src/gsm/libosmogsm.la |
