From c87f26652258ea7133efe57d1e8c8fc2f21c0efd Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 7 Oct 2010 00:00:15 +0800 Subject: 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... --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 288a0b92..d1a12b73 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,3 +23,7 @@ endif if ENABLE_TALLOC libosmocore_la_SOURCES += talloc.c endif + +if ENABLE_MSGFILE +libosmocore_la_SOURCES += msgfile.c +endif -- cgit v1.2.3