mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 15:51:20 -05:00
13 lines
245 B
Makefile
13 lines
245 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
|
|
|
|
lib_LTLIBRARIES = libauditd.la
|
|
|
|
libauditd_la_SOURCES = \
|
|
auditd_lib.c
|
|
|
|
man3_MANS = \
|
|
libauditd.3
|