diff options
Diffstat (limited to 'contrib/ntp/ntpq/Makefile.am')
-rw-r--r-- | contrib/ntp/ntpq/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/ntpq/Makefile.am b/contrib/ntp/ntpq/Makefile.am index aced169..90f4c39 100644 --- a/contrib/ntp/ntpq/Makefile.am +++ b/contrib/ntp/ntpq/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = ntpq INCLUDES = -I$(top_srcdir)/include # LDADD might need RESLIB and ADJLIB LDADD = version.o ../libntp/libntp.a @LIBRSAREF@ -DISTCLEANFILES = .version +DISTCLEANFILES = .version version.c noinst_HEADERS = ntpq.h #EXTRA_DIST = ntpq.mak ETAGS_ARGS = Makefile.am |