diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2011-11-17 21:31:01 +0100 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2011-11-17 21:31:01 +0100 |
commit | a42e2f6fb652ccf72dcbc54f403590ba79cb519c (patch) | |
tree | 4e8ac962751a1e2bc3b3bb84ae5ac9eaf9238e0e /tests/a5 | |
parent | fb19530f6705830f3d3c9a8ef69ecdc172ffe0ef (diff) |
tests/a5: Add a5_test.ok as EXTRA_DIST
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'tests/a5')
-rw-r--r-- | tests/a5/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/a5/Makefile.am b/tests/a5/Makefile.am index e93a4cfe..3c6e6ba4 100644 --- a/tests/a5/Makefile.am +++ b/tests/a5/Makefile.am @@ -1,5 +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 |