aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: 60acbea6a9466411271f4af2f69701f334838764 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# $P4: //depot/projects/trustedbsd/openbsm/tools/Makefile.am#4 $
#

if USE_NATIVE_INCLUDES
INCLUDES = -I$(top_builddir) -I$(top_srcdir)
else
INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
endif

bin_PROGRAMS = audump
audump_SOURCES = audump.c
audump_LDADD = $(top_builddir)/libbsm/libbsm.la