blob: e868ba470b7594477cc1b16f39e53ce08103e962 (
plain) (
blame)
1
2
3
4
5
6
|
## 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
|