aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmobile/Makefile.am
blob: 2f036881dfc914a66e82b76d74e032e7eee901ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)

noinst_LIBRARIES = libmobile.a

libmobile_a_SOURCES = \
	sender.c \
	call.c \
	console.c \
	testton.c \
	cause.c \
	main_mobile.c

if HAVE_ALSA
AM_CPPFLAGS += -DHAVE_ALSA
endif

if HAVE_SDR
AM_CPPFLAGS += -DHAVE_SDR
endif