r19633@catbus: nickm | 2008-05-07 16:10:00 -0400

Fix bug 1958901: stop overriding CPPFLAGS in test directory.


svn:r783
This commit is contained in:
Nick Mathewson 2008-05-07 20:29:11 +00:00
parent 300a4efb2d
commit 68fecb7ab6
2 changed files with 3 additions and 2 deletions

View File

@ -90,6 +90,7 @@ Changes in current version:
o support for periodic timeouts
o support for virtual HTTP hosts.
o turn event_initialized() into a function, and add function equivalents to EVENT_SIGNAL and EVENT_FD so that people don't need to include event_struct.h
o Build test directory correctly with CPPFLAGS set.
Changes in 1.4.0:

View File

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