From: Harlan Stenn Date: Tue, 21 Jun 2011 05:58:35 +0000 (-0400) Subject: [Bug 1950] Control installation of event_rpcgen.py X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da422a54cec8c7ecdbc92e7e4a247eae4ce35fbd;p=thirdparty%2Fntp.git [Bug 1950] Control installation of event_rpcgen.py bk: 4e00330bflqWrXdMQwNUEClpdXI9HQ --- diff --git a/ChangeLog b/ChangeLog index 72f4b8e227..90e564ab19 100644 --- 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 * Added ntp_locs.m4. diff --git a/sntp/libevent/Makefile.am b/sntp/libevent/Makefile.am index 9e09d0b97b..62f032cea6 100644 --- a/sntp/libevent/Makefile.am +++ b/sntp/libevent/Makefile.am @@ -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 \