blob: 24db2c2dbef212d810c43f43a8740db610585a73 [file] [log] [blame]
Alexander Huemera1c09a42013-06-11 14:31:27 +02001AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
Holger Hans Peter Freyther794e8f22012-01-15 17:52:02 +01002AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) \
3 $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
Harald Welte31c00f72011-03-03 23:29:05 +01004
5noinst_LIBRARIES = libmsc.a
6
7libmsc_a_SOURCES = auth.c \
8 db.c \
Holger Hans Peter Freytherca114432014-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 Welte31c00f72011-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 Freytherd447e992011-04-18 17:00:25 +020019 transaction.c \
Holger Hans Peter Freyther9dbc3f82014-03-23 12:06:36 +010020 osmo_msc.c ctrl_commands.c
Harald Welte31c00f72011-03-03 23:29:05 +010021
Harald Welte6c7680d2012-11-16 22:15:22 +010022if BUILD_SMPP
Holger Hans Peter Freyther55e34a32013-09-19 11:08:43 +020023noinst_HEADERS = smpp_smsc.h
Holger Hans Peter Freythera7328a52013-07-13 17:09:56 +020024libmsc_a_SOURCES += smpp_smsc.c smpp_openbsc.c smpp_vty.c smpp_utils.c
Harald Welte6c7680d2012-11-16 22:15:22 +010025endif