From: Harlan Stenn Date: Tue, 21 Mar 2000 04:22:04 +0000 (-0000) Subject: ChangeLog, Makefile.am, Makefile.in: X-Git-Tag: NTP_4_0_99_J~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b41ca48e1d7946f62b490f237d41778b2da28387;p=thirdparty%2Fntp.git ChangeLog, Makefile.am, Makefile.in: * util/Makefile.am (ntp_genkeys_LDADD): Might need snprintf (-lntp) bk: 38d6f8ec8YMAYrLxmZk0ZEvO7HkY7w --- diff --git a/ChangeLog b/ChangeLog index e0b1c02de4..c6ab263189 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-03-20 Harlan Stenn + * util/Makefile.am (ntp_genkeys_LDADD): Might need snprintf (-lntp) + * librsaref/Makefile.am (stamp-rsaref): nodist_HEADERS are not supoprted yet. Hack around it. diff --git a/util/Makefile.am b/util/Makefile.am index 985283e59e..eb0bc86032 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -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 diff --git a/util/Makefile.in b/util/Makefile.in index 8b950fbc67..2badfd8b21 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -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