blob: 24db2c2dbef212d810c43f43a8740db610585a73 [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
5noinst_LIBRARIES = libmsc.a
6
7libmsc_a_SOURCES = auth.c \
8 db.c \
Holger Hans Peter Freyther29225282014-02-08 15:20:48 +01009 gsm_04_08.c gsm_04_11.c gsm_04_11_helper.c \
10 gsm_04_80.c \
Harald Welte4f272cc2011-03-03 23:29:05 +010011 gsm_subscriber.c \
12 mncc.c mncc_builtin.c mncc_sock.c \
13 rrlp.c \
14 silent_call.c \
15 sms_queue.c \
16 token_auth.c \
17 ussd.c \
18 vty_interface_layer3.c \
Holger Hans Peter Freyther3ae8eee2011-04-18 17:00:25 +020019 transaction.c \
Holger Hans Peter Freytherfba03162014-03-23 12:06:36 +010020 osmo_msc.c ctrl_commands.c
Harald Welte4f272cc2011-03-03 23:29:05 +010021
Harald Welte3ae5ec72012-11-16 22:15:22 +010022if BUILD_SMPP
Holger Hans Peter Freyther651038f2013-09-19 11:08:43 +020023noinst_HEADERS = smpp_smsc.h
Holger Hans Peter Freyther5292edc2013-07-13 17:09:56 +020024libmsc_a_SOURCES += smpp_smsc.c smpp_openbsc.c smpp_vty.c smpp_utils.c
Harald Welte3ae5ec72012-11-16 22:15:22 +010025endif