aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/channel/Makefile.am
blob: 6b7468c52079f0193647739b1293cdbb4ed57e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS=-Wall -ggdb3

noinst_PROGRAMS = channel_test

channel_test_SOURCES = channel_test.c \
	$(top_srcdir)/src/db.c \
	$(top_srcdir)/src/gsm_subscriber.c \
	$(top_srcdir)/src/debug.c \
	$(top_srcdir)/src/timer.c \
	$(top_srcdir)/src/select.c \
	$(top_srcdir)/src/talloc.c \
	$(top_srcdir)/src/gsm_data.c \
	$(top_srcdir)/src/signal.c
channel_test_LDADD = -ldl -ldbi