From e23cda3daee1146ca5efb9eb6e7e0932911b0c99 Mon Sep 17 00:00:00 2001 From: Harlan Stenn Date: Tue, 21 Jun 2011 10:05:28 -0400 Subject: [PATCH] Don't install event_rpcgen.py when --disable-libevent-install is used --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index bf3ae500..e73b8982 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,9 @@ VERSION_INFO = 6:1:1 # 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 \