]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1950] Control installation of event_rpcgen.py
authorHarlan Stenn <stenn@ntp.org>
Tue, 21 Jun 2011 05:58:35 +0000 (01:58 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 21 Jun 2011 05:58:35 +0000 (01:58 -0400)
bk: 4e00330bflqWrXdMQwNUEClpdXI9HQ

ChangeLog
sntp/libevent/Makefile.am

index 72f4b8e227d8a297f1c55828896883c6b42e9b3f..90e564ab19840e81cff44a66dc2278dcdf74b3c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 1950] Control installation of event_rpcgen.py.
 * More genLocInfo cleanup.
 (4.2.7p184) 2011/06/20 Released by Harlan Stenn <stenn@ntp.org>
 * Added ntp_locs.m4.
index 9e09d0b97b13239e49241f5dbb69a7e908c8e239..62f032cea623ae146bc4aeb0ca1e09f854ad0882 100644 (file)
@@ -70,7 +70,9 @@ VERSION_INFO = 1:0:0
 # is user-visible, and so we can pretty much guarantee that release
 # series won't be binary-compatible.
 
+if INSTALL_LIBEVENT
 dist_bin_SCRIPTS = event_rpcgen.py
+endif
 
 pkgconfigdir=$(libdir)/pkgconfig
 LIBEVENT_PKGCONFIG=libevent.pc
@@ -84,6 +86,7 @@ PLATFORM_DEPENDENT_SRC = \
 EXTRA_DIST = \
        LICENSE \
        autogen.sh \
+       event_rpcgen.py \
        libevent.pc.in \
        Doxyfile \
        whatsnew-2.0.txt \