summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/util/Makefile.am')
-rw-r--r--contrib/ntp/util/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/ntp/util/Makefile.am b/contrib/ntp/util/Makefile.am
index 4d70318..d9a85f3 100644
--- a/contrib/ntp/util/Makefile.am
+++ b/contrib/ntp/util/Makefile.am
@@ -1,10 +1,13 @@
#AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies
AUTOMAKE_OPTIONS = ansi2knr
-bin_PROGRAMS = @MAKE_TICKADJ@ @MAKE_NTPTIME@
+bin_PROGRAMS = @MAKE_NTPTIME@ @MAKE_TICKADJ@ @MAKE_TIMETRIM@ ntp-genkeys
EXTRA_PROGRAMS = byteorder hist jitter kern longsize ntptime \
-precision tickadj testrs6000 timetrim sht
+precision sht testrs6000 tickadj timetrim
-INCLUDES = -I$(top_srcdir)/include
+ntp_genkeys_LDADD = ../ntpd/ntp_config$U.o ../libntp/libntp.a $(LIBRSAREF)
+ntp_genkeys_DEPENDENCIES = ../ntpd/ntp_config$U.o ../libntp/libntp.a $(LIBRSAREF)
+
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref
# LDADD might need RESLIB and ADJLIB
LDADD = ../libntp/libntp.a
#EXTRA_DIST = README TAGS
OpenPOWER on IntegriCloud