mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
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:
parent
300a4efb2d
commit
68fecb7ab6
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user