aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sms/Makefile.am
blob: 03ae57c895e805a9de5db4deb4e7da7a8f5d0ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDES = $(all_includes) -I$(top_srcdir)/include
noinst_PROGRAMS = sms_test

sms_test_SOURCES = sms_test.c $(top_srcdir)/src/misdn.c \
		   $(top_srcdir)/src/abis_rsl.c $(top_srcdir)/src/abis_nm.c \
		   $(top_srcdir)/src/gsm_04_08.c $(top_srcdir)/src/gsm_data.c \
		$(top_srcdir)/src/gsm_subscriber.c $(top_srcdir)/src/msgb.c \
		$(top_srcdir)/src/select.c $(top_srcdir)/src/chan_alloc.c \
		$(top_srcdir)/src/timer.c $(top_srcdir)/src/debug.c \
		$(top_srcdir)/src/db.c $(top_srcdir)/src/gsm_04_11.c \
		$(top_srcdir)/src/paging.c

sms_test_LDADD = -ldl -ldbi