xref: /trueos/contrib/openbsm/tools/Makefile.am (revision b972b67ed72b5687a023c92602aaef64163b2f59)
1##
2## $P4: //depot/projects/trustedbsd/openbsm/tools/Makefile.am#5 $
3##
4
5if USE_NATIVE_INCLUDES
6INCLUDES = -I$(top_builddir) -I$(top_srcdir)
7else
8INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
9endif
10
11bin_PROGRAMS = audump
12audump_SOURCES = audump.c
13audump_LDADD = $(top_builddir)/libbsm/libbsm.la
14