blob: d717aea53eb641104d8094a0d31955ce6cd6ba0d (
plain) (
blame)
1
2
3
4
5
6
|
## includes.mf - automake fragment
SNTP_INCS = -I$(top_srcdir)/../include
SNTP_INCS += -I$(top_srcdir)/../libntp/lib/isc/include
SNTP_INCS += -I$(top_srcdir)/../libntp/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include
SNTP_INCS += -I$(top_srcdir)/../libntp/lib/isc/unix/include
|