aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmobile/Makefile.am
blob: 045d548ec2e702ce1c6c06672e545c41f2ae5d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)

noinst_LIBRARIES = libmobile.a

libmobile_a_SOURCES = \
	sender.c \
	call.c \
	main_mobile.c

if HAVE_SDR
AM_CPPFLAGS += -DHAVE_SDR
endif