blob: 18bfa0c92b0fa3a5faed15726590410d4b494212 [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) \
Daniel Willmanncdeb8152015-10-08 16:10:23 +02003 $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBCRYPTO_CFLAGS)
Harald Welte31c00f72011-03-03 23:29:05 +01004
Harald Welteb4771a62012-11-11 10:58:51 +01005noinst_HEADERS = meas_feed.h
6
Harald Welte31c00f72011-03-03 23:29:05 +01007noinst_LIBRARIES = libmsc.a
8
9libmsc_a_SOURCES = auth.c \
10 db.c \
Holger Hans Peter Freytherca114432014-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 Welte31c00f72011-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 Freytherd447e992011-04-18 17:00:25 +020021 transaction.c \
Harald Welteb4771a62012-11-11 10:58:51 +010022 osmo_msc.c ctrl_commands.c meas_feed.c
Harald Welte31c00f72011-03-03 23:29:05 +010023
Harald Welte6c7680d2012-11-16 22:15:22 +010024if BUILD_SMPP
Harald Welteb4771a62012-11-11 10:58:51 +010025noinst_HEADERS += smpp_smsc.h
Holger Hans Peter Freythera7328a52013-07-13 17:09:56 +020026libmsc_a_SOURCES += smpp_smsc.c smpp_openbsc.c smpp_vty.c smpp_utils.c
Harald Welte6c7680d2012-11-16 22:15:22 +010027endif