diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-10-07 00:00:15 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-10-08 19:23:18 +0800 |
commit | c87f26652258ea7133efe57d1e8c8fc2f21c0efd (patch) | |
tree | 3fa26598e44cb2ac084ede967ec9c8c7ee8bfe2e /tests/msgfile/Makefile.am | |
parent | 55aea5099c1780700e5acebda712e47b575853e5 (diff) |
msgfile: Add a file parser for a simple file format
This file format will be used to store per country code,
per network code messages. This will be used for various
things ranging from access control, to messages...
Diffstat (limited to 'tests/msgfile/Makefile.am')
-rw-r--r-- | tests/msgfile/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/msgfile/Makefile.am b/tests/msgfile/Makefile.am new file mode 100644 index 00000000..c9f4bec2 --- /dev/null +++ b/tests/msgfile/Makefile.am @@ -0,0 +1,5 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include +noinst_PROGRAMS = msgfile_test + +msgfile_test_SOURCES = msgfile_test.c +msgfile_test_LDADD = $(top_builddir)/src/libosmocore.la |