From: Dave Hart Date: Tue, 9 Aug 2011 05:46:47 +0000 (+0000) Subject: [Bug 1983] --without-sntp build breaks in sntp subdir. X-Git-Tag: NTP_4_2_7P202~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ff15efed523c9554a13da056975ba661d409e36;p=thirdparty%2Fntp.git [Bug 1983] --without-sntp build breaks in sntp subdir. bk: 4e40c9c7HcHWE0PBTT_vQSLbuaSUWA --- diff --git a/ChangeLog b/ChangeLog index 6394b6852..1111628df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 1983] --without-sntp build breaks in sntp subdir. * [Bug 1984] from 4.2.6p4-RC3: ntp/libisc fails to compile on OS X 10.7. * [Bug 1985] from 4.2.6p4-RC3: "logconfig =allall" rejected. (4.2.7p201) 2011/08/05 Released by Harlan Stenn diff --git a/sntp/Makefile.am b/sntp/Makefile.am index 019ad96bf..111108354 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -33,9 +33,11 @@ std_def_list = \ EXTRA_PROGRAMS = sntp -bin_PROGRAMS = $(SNTP_DB) -libexec_PROGRAMS = $(SNTP_DL) -sbin_PROGRAMS = $(SNTP_DS) +if BUILD_SNTP +bin_PROGRAMS = @SNTP_DB@ +libexec_PROGRAMS = @SNTP_DL@ +sbin_PROGRAMS = @SNTP_DS@ +endif ## ## DIST_SUBDIRS is typically automatically derived by automake including