diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-03-22 13:27:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-03-22 13:27:47 -0400 |
commit | 9eb2fd75becc336b6b9c38071ad4d4495bc83b9a (patch) | |
tree | a09a9a1af9c399d5559e18155ec0172fe1ae2fc6 | |
parent | 77c917ded058a18480685a026622eef94ebb450e (diff) | |
download | libevent-9eb2fd75becc336b6b9c38071ad4d4495bc83b9a.tar.gz |
Use dist_bin_SCRIPTS, not EXTRA_DIST, to distribute scripts
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b9791304..2374fc28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ ACLOCAL_AMFLAGS = -I m4 # 3:0:0 -- Libevent 2.0.4-alpha VERSION_INFO = 3:0:0 -bin_SCRIPTS = event_rpcgen.py +dist_bin_SCRIPTS = event_rpcgen.py pkgconfigdir=$(libdir)/pkgconfig pkgconfig_DATA=libevent.pc @@ -54,7 +54,6 @@ EXTRA_DIST = \ Doxyfile \ whatsnew-2.0.txt \ Makefile.nmake test/Makefile.nmake \ - event_rpcgen.py \ $(PLATFORM_DEPENDENT_SRC) lib_LTLIBRARIES = libevent.la libevent_core.la libevent_extra.la |