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

noinst_LIBRARIES = libdebug.a

libdebug_a_SOURCES = \
	debug.c

if HAVE_SDR
AM_CPPFLAGS += -DHAVE_SDR
endif