7 lines
238 B
Plaintext
7 lines
238 B
Plaintext
|
## includes.mf - automake fragment
|
||
|
|
||
|
NTP_INCS = -I$(top_srcdir)/include
|
||
|
NTP_INCS += -I$(top_srcdir)/lib/isc/include
|
||
|
NTP_INCS += -I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include
|
||
|
NTP_INCS += -I$(top_srcdir)/lib/isc/unix/include
|