mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
9 lines
241 B
Makefile
9 lines
241 B
Makefile
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
|