From: Harlan Stenn Date: Tue, 16 Sep 2008 03:06:04 +0000 (-0400) Subject: Clean up the libntpq.a build. X-Git-Tag: NTP_4_2_5P133~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6077d795eed01b3da2a2e51fb3197d14d3019bdc;p=thirdparty%2Fntp.git Clean up the libntpq.a build. bk: 48cf229cRC7xz-3Z1YkaVlmYLWsyYA --- diff --git a/ChangeLog b/ChangeLog index ed0a526cf..0a4296aee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* Clean up the libntpq.a build. * Regenerate ntp_parser.[ch] from ntp_parser.y (4.2.5p132) 2008/09/15 Released by Harlan Stenn * [Bug 1067] Multicast DNS service registration must come after the fork diff --git a/ntpq/Makefile.am b/ntpq/Makefile.am index 0f96f9a2d..6fd5ab113 100644 --- a/ntpq/Makefile.am +++ b/ntpq/Makefile.am @@ -6,7 +6,8 @@ AM_CPPFLAGS= -I$(top_srcdir)/include $(LIBOPTS_CFLAGS) ntpq_LDADD= version.o @EDITLINE_LIBS@ $(LIBOPTS_LDADD) ../libntp/libntp.a noinst_HEADERS= ntpq.h noinst_LIBRARIES= libntpq.a -libntpq_a_LIBADD= version.o @EDITLINE_LIBS@ $(LIBOPTS_LDADD) ../libntp/libntp.a +# HMS: I don't think we need libntpq_a_LIBADD... +#libntpq_a_LIBADD= version.o @EDITLINE_LIBS@ $(LIBOPTS_LDADD) ../libntp/libntp.a libntpq_a_CFLAGS= -DNO_MAIN_ALLOWED -DBUILD_AS_LIB DISTCLEANFILES= .version version.c ETAGS_ARGS= Makefile.am