projects
/
libevent
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c63860
)
We need AM_CPPFLAGS when compiling bufferevent_openssl.c
author
Harlan Stenn
<stenn@ntp.org>
Sat, 27 Aug 2011 08:46:10 +0000
(
04:46
-0400)
committer
Nick Mathewson
<nickm@torproject.org>
Sun, 28 Aug 2011 18:31:37 +0000
(14:31 -0400)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 494e218e9f9581c379228287553fe119138b82a9..09a2125000f65637c1e6c7a4828b96ae5f86526d 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-209,7
+209,7
@@
if OPENSSL
libevent_openssl_la_SOURCES = bufferevent_openssl.c
libevent_openssl_la_LIBADD = $(MAYBE_CORE) $(OPENSSL_LIBS)
libevent_openssl_la_LDFLAGS = $(GENERIC_LDFLAGS)
-libevent_openssl_la_CPPFLAGS = $(OPENSSL_INCS)
+libevent_openssl_la_CPPFLAGS = $(OPENSSL_INCS)
$(AM_CPPFLAGS)
endif
noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \