]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2693] ntp-keygen doesn't build without OpenSSL and sntp
authorHarlan Stenn <stenn@ntp.org>
Fri, 26 Dec 2014 23:56:33 +0000 (23:56 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 26 Dec 2014 23:56:33 +0000 (23:56 +0000)
bk: 549df5b1gEDPVtmyXSEhQYQiorvMeQ

ChangeLog
sntp/Makefile.am

index 59c467b859e23362c8596ec6d21b564a50fffa0b..a405f29e2caf5e38e757c045fe564c2cc60fc60d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 ---
 
+* [Bug 2693] ntp-keygen doesn't build without OpenSSL and sntp.
 * [Bug 2709] see if we have a C99 compiler (not yet required).
 ---
 (4.2.8p1-beta1) 2014/12/23 Released by Harlan Stenn <stenn@ntp.org>
index 81a137a3348a29b909c96e926d58a7dbbdbbda0b..811d5909e98996e8a98ff398ee561134f12e9003 100644 (file)
@@ -58,15 +58,16 @@ DIST_SUBDIRS = include scripts
 
 if BUILD_SNTP
 noinst_LIBRARIES = libsntp.a
-if BUILD_LIBEVENT
-SUBDIRS += libevent
-DIST_SUBDIRS += libevent
-endif
 if GTEST_AVAILABLE
 SUBDIRS += tests
 endif
 endif
 
+if BUILD_LIBEVENT
+SUBDIRS += libevent
+DIST_SUBDIRS += libevent
+endif
+
 if NEED_LIBOPTS
 SUBDIRS += libopts
 endif