diff options
| author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-11-14 14:37:46 +0100 | 
|---|---|---|
| committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-11-14 14:37:46 +0100 | 
| commit | f6c1d4cd81b556e25013daf15c3f3b2ef2108fa6 (patch) | |
| tree | 871a75e2ee6b0ef8e14b0cc7f6bbb6d3bf3326d3 /tests/smscb | |
| parent | 42885f88068d8ea549d5472cd51b60470515192e (diff) | |
tests: Fix the make distcheck of libosmocore with the tests
Diffstat (limited to 'tests/smscb')
| -rw-r--r-- | tests/smscb/Makefile.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/smscb/Makefile.am b/tests/smscb/Makefile.am index 9a6fb4fd..7045ea76 100644 --- a/tests/smscb/Makefile.am +++ b/tests/smscb/Makefile.am @@ -1,5 +1,6 @@  INCLUDES = $(all_includes) -I$(top_srcdir)/include  noinst_PROGRAMS = smscb_test +EXTRA_DIST = smscb_test.ok  smscb_test_SOURCES = smscb_test.c  smscb_test_LDADD = $(top_builddir)/src/libosmocore.la $(top_builddir)/src/gsm/libosmogsm.la  | 
