diff options
Diffstat (limited to 'contrib/ntp/include/Makefile.am')
-rw-r--r-- | contrib/ntp/include/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ntp/include/Makefile.am b/contrib/ntp/include/Makefile.am index 8f8b934afeb4..1fbe6fcfe35f 100644 --- a/contrib/ntp/include/Makefile.am +++ b/contrib/ntp/include/Makefile.am @@ -1,7 +1,7 @@ #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies AUTOMAKE_OPTIONS = ../util/ansi2knr ETAGS_ARGS = $(srcdir)/Makefile.am -#EXTRA_DIST = TAGS +EXTRA_DIST = autogen-version.def copyright.def debug-opt.def homerc.def version.def SUBDIRS = isc @@ -28,6 +28,7 @@ noinst_HEADERS = \ ntp_control.h \ ntp_crypto.h \ ntp_datum.h \ + ntp_debug.h \ ntp_filegen.h \ ntp_fp.h \ ntp_if.h \ @@ -36,6 +37,7 @@ noinst_HEADERS = \ ntp_malloc.h \ ntp_md5.h \ ntp_proto.h \ + ntp_random.h \ ntp_refclock.h \ ntp_request.h \ ntp_rfc2553.h \ @@ -54,5 +56,8 @@ noinst_HEADERS = \ parse_conf.h \ recvbuff.h \ rsa_md5.h \ + timepps-SCO.h \ + timepps-Solaris.h \ + timepps-SunOS.h \ trimble.h |