blob: aa7d8ae99cfb3b8052d4c6970b42dcbf014a6fa3 [file] [log] [blame]
Alexander Huemer92008442013-06-11 14:31:27 +02001AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
Holger Hans Peter Freythere3fe41d2012-01-15 17:52:02 +01002AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) \
3 $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
Harald Welte4f272cc2011-03-03 23:29:05 +01004
Harald Welted5973172012-11-11 10:58:51 +01005noinst_HEADERS = meas_feed.h
6
Harald Welte4f272cc2011-03-03 23:29:05 +01007noinst_LIBRARIES = libmsc.a
8
9libmsc_a_SOURCES = auth.c \
10 db.c \
Holger Hans Peter Freyther29225282014-02-08 15:20:48 +010011 gsm_04_08.c gsm_04_11.c gsm_04_11_helper.c \
12 gsm_04_80.c \
Harald Welte4f272cc2011-03-03 23:29:05 +010013 gsm_subscriber.c \
14 mncc.c mncc_builtin.c mncc_sock.c \
15 rrlp.c \
16 silent_call.c \
17 sms_queue.c \
18 token_auth.c \
19 ussd.c \
20 vty_interface_layer3.c \
Holger Hans Peter Freyther3ae8eee2011-04-18 17:00:25 +020021 transaction.c \
Harald Welted5973172012-11-11 10:58:51 +010022 osmo_msc.c ctrl_commands.c meas_feed.c
Harald Welte4f272cc2011-03-03 23:29:05 +010023
Harald Welte3ae5ec72012-11-16 22:15:22 +010024if BUILD_SMPP
Harald Welted5973172012-11-11 10:58:51 +010025noinst_HEADERS += smpp_smsc.h
Holger Hans Peter Freyther5292edc2013-07-13 17:09:56 +020026libmsc_a_SOURCES += smpp_smsc.c smpp_openbsc.c smpp_vty.c smpp_utils.c
Harald Welte3ae5ec72012-11-16 22:15:22 +010027endif