mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Give priority to the build directory headers
Not changing anything right now AFAIK. But if for any reason in the future we end up with two headers with the same name in the source and build directories, chances are we want to use the one in the build directory.
This commit is contained in:
parent
0379eb4b5d
commit
5d74565a96
@ -232,7 +232,7 @@ MAYBE_CORE =
|
||||
endif
|
||||
|
||||
AM_CFLAGS = $(LIBEVENT_CFLAGS)
|
||||
AM_CPPFLAGS = -I$(srcdir)/compat -I$(srcdir)/include -I./include $(SYS_INCLUDES) $(LIBEVENT_CPPFLAGS)
|
||||
AM_CPPFLAGS = -I$(srcdir)/compat -I./include -I$(srcdir)/include $(SYS_INCLUDES) $(LIBEVENT_CPPFLAGS)
|
||||
AM_LDFLAGS = $(LIBEVENT_LDFLAGS)
|
||||
|
||||
GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED) $(AM_LDFLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user