mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
6 lines
254 B
Text
6 lines
254 B
Text
## includes.mf - automake fragment
|
|
|
|
SNTP_INCS = -I$(top_srcdir)/../include
|
|
SNTP_INCS += -I$(top_srcdir)/../lib/isc/include
|
|
SNTP_INCS += -I$(top_srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include
|
|
SNTP_INCS += -I$(top_srcdir)/../lib/isc/unix/include
|