]> granicus.if.org Git - libevent/commitdiff
allow regression code to be build even without Python installed
authorNiels Provos <provos@gmail.com>
Sun, 17 Feb 2008 01:15:36 +0000 (01:15 +0000)
committerNiels Provos <provos@gmail.com>
Sun, 17 Feb 2008 01:15:36 +0000 (01:15 +0000)
svn:r645

ChangeLog
test/Makefile.am

index deb3780ca1fce511cab9cda40bfd7a77fd1e56de..dcdcd1635f8d628efc93dffb9325cebec0d27f89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,7 @@ Changes in current version:
  o Send CRLF after each chunk in HTTP output, for compliance with RFC2626.  Patch from "propanbutan".  Fixes bug 1894184.
  o Add a int64_t parsing function, with unit tests, so we can apply Scott Lamb's fix to allow large HTTP values.
  o Use a 64-bit field to hold HTTP content-lengths.  Patch from Scott Lamb.
+ o Allow regression code to build even without Python installed
 
 
 Changes in 1.4.0:
index d529521844cb029ce997c58dcd19c284a7431ff7..cf83494a94c051bdf93c2620d58a0ad381fe8dff 100644 (file)
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
 
 CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
 
-EXTRA_DIST = regress.rpc
+EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c
 
 noinst_PROGRAMS = test-init test-eof test-weof test-time regress \
        bench bench_cascade
@@ -29,7 +29,6 @@ regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py
        $(top_srcdir)/event_rpcgen.py $(srcdir)/regress.rpc || echo "No Python installed"
 
 DISTCLEANFILES = *~
-CLEANFILES = regress.gen.h regress.gen.c
 
 test: test-init test-eof test-weof test-time regress