aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/Makefile.am
blob: 24db2c2dbef212d810c43f43a8740db610585a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) \
	$(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)

noinst_LIBRARIES = libmsc.a

libmsc_a_SOURCES =	auth.c \
			db.c \
			gsm_04_08.c gsm_04_11.c gsm_04_11_helper.c \
			gsm_04_80.c \
			gsm_subscriber.c \
			mncc.c mncc_builtin.c mncc_sock.c \
			rrlp.c \
			silent_call.c \
			sms_queue.c \
			token_auth.c \
			ussd.c \
			vty_interface_layer3.c \
			transaction.c \
			osmo_msc.c ctrl_commands.c

if BUILD_SMPP
noinst_HEADERS = smpp_smsc.h
libmsc_a_SOURCES += smpp_smsc.c smpp_openbsc.c smpp_vty.c smpp_utils.c
endif