r19632@catbus: nickm | 2008-05-07 16:07:31 -0400

Fix bug 1958901: stop overriding CPPFLAGS in test directory.


svn:r782
This commit is contained in:
Nick Mathewson 2008-05-07 20:11:56 +00:00
parent fe3c4a2440
commit f47e7dff43
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Changes in 1.4.4-stable:
o use libevent's internal timercmp on all platforms, to avoid bugs on old platforms where timercmp(a,b,<=) is buggy.
o reduce system calls for getting current time by caching it.
o fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server.
o Build test directory correctly with CPPFLAGS set.
Changes in 1.4.3-stable:
o include Content-Length in reply for HTTP/1.0 requests with keep-alive

View File

@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign no-dependencies
CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c