]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1983] --without-sntp build breaks in sntp subdir.
authorDave Hart <hart@ntp.org>
Tue, 9 Aug 2011 05:46:47 +0000 (05:46 +0000)
committerDave Hart <hart@ntp.org>
Tue, 9 Aug 2011 05:46:47 +0000 (05:46 +0000)
bk: 4e40c9c7HcHWE0PBTT_vQSLbuaSUWA

ChangeLog
sntp/Makefile.am

index 6394b68529a6f6d15cc1fd506305888bb702fde3..1111628df5397445eae109055a0f1ddbbf25a5c3 100644 (file)
--- 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 <stenn@ntp.org>
index 019ad96bfbbe6d17ea0ae254dc89858470f3ad23..1111083544cb1db60d8f42af28c7edc02a71e63d 100644 (file)
@@ -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