aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/channel/Makefile.am
blob: 60defe0a66dfe7a0e816ce1b6dbe0e32b68a50b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/gsm_data.c
channel_test_LDADD = -ldl -ldbi