]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, Makefile.am, Makefile.in:
authorHarlan Stenn <stenn@ntp.org>
Tue, 21 Mar 2000 04:22:04 +0000 (04:22 -0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 21 Mar 2000 04:22:04 +0000 (04:22 -0000)
  * util/Makefile.am (ntp_genkeys_LDADD): Might need snprintf (-lntp)

bk: 38d6f8ec8YMAYrLxmZk0ZEvO7HkY7w

ChangeLog
util/Makefile.am
util/Makefile.in

index e0b1c02de4d6d3d8b7c6ee928ce61dbbe840af2d..c6ab263189677c14083115369963096e4f369093 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-03-20  Harlan Stenn  <stenn@whimsy.udel.edu>
 
+       * util/Makefile.am (ntp_genkeys_LDADD): Might need snprintf (-lntp)
+
        * librsaref/Makefile.am (stamp-rsaref): nodist_HEADERS are not
        supoprted yet.  Hack around it.
 
index 985283e59e51a5d0dec644e380c4257c347485af..eb0bc86032579ce9b5b7f6b6b0e142af7fb4b11e 100644 (file)
@@ -4,7 +4,7 @@ bin_PROGRAMS = @MAKE_TICKADJ@ @MAKE_NTPTIME@ @MAKE_NTP_GENKEYS@
 EXTRA_PROGRAMS = byteorder hist jitter kern longsize ntp_genkeys ntptime \
 precision sht testrs6000 tickadj timetrim
 
-ntp_genkeys_LDADD = ../librsaref/librsaref.a
+ntp_genkeys_LDADD = ../librsaref/librsaref.a ../libntp/libntp.a
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref
 # LDADD might need RESLIB and ADJLIB
index 8b950fbc670892d8302ef6e899fab1f9aea66ebc..2badfd8b21b0d8d137634ef5399c7672a3ffe886 100644 (file)
@@ -109,7 +109,7 @@ EXTRA_PROGRAMS = byteorder hist jitter kern longsize ntp_genkeys ntptime \
 precision sht testrs6000 tickadj timetrim
 
 
-ntp_genkeys_LDADD = ../librsaref/librsaref.a
+ntp_genkeys_LDADD = ../librsaref/librsaref.a ../libntp/libntp.a
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref
 # LDADD might need RESLIB and ADJLIB
@@ -155,7 +155,7 @@ longsize_DEPENDENCIES =  ../libntp/libntp.a
 longsize_LDFLAGS = 
 ntp_genkeys_SOURCES = ntp_genkeys.c
 ntp_genkeys_OBJECTS =  ntp_genkeys$U.o
-ntp_genkeys_DEPENDENCIES =  ../librsaref/librsaref.a
+ntp_genkeys_DEPENDENCIES =  ../librsaref/librsaref.a ../libntp/libntp.a
 ntp_genkeys_LDFLAGS = 
 ntptime_SOURCES = ntptime.c
 ntptime_OBJECTS =  ntptime$U.o