mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-04 01:36:23 -04:00
autotools: do not install bufferevent_ssl.h under --disable-openssl
Refs: https://github.com/libevent/libevent/issues/760#issuecomment-502345788 (cherry picked from commit 5388a002f5ad3bdfc756584dc58485fc3db135d0)
This commit is contained in:
parent
c9ce638c84
commit
5349a07ea7
@ -1,4 +1,4 @@
|
|||||||
# include/Makefile.am for libevent
|
# include/include.am for libevent
|
||||||
# Copyright 2000-2007 Niels Provos
|
# Copyright 2000-2007 Niels Provos
|
||||||
# Copyright 2007-2012 Niels Provos and Nick Mathewson
|
# Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||||
#
|
#
|
||||||
@ -11,7 +11,6 @@ EVENT2_EXPORT = \
|
|||||||
include/event2/buffer_compat.h \
|
include/event2/buffer_compat.h \
|
||||||
include/event2/bufferevent.h \
|
include/event2/bufferevent.h \
|
||||||
include/event2/bufferevent_compat.h \
|
include/event2/bufferevent_compat.h \
|
||||||
include/event2/bufferevent_ssl.h \
|
|
||||||
include/event2/bufferevent_struct.h \
|
include/event2/bufferevent_struct.h \
|
||||||
include/event2/dns.h \
|
include/event2/dns.h \
|
||||||
include/event2/dns_compat.h \
|
include/event2/dns_compat.h \
|
||||||
@ -33,6 +32,10 @@ EVENT2_EXPORT = \
|
|||||||
include/event2/util.h \
|
include/event2/util.h \
|
||||||
include/event2/visibility.h
|
include/event2/visibility.h
|
||||||
|
|
||||||
|
if OPENSSL
|
||||||
|
EVENT2_EXPORT += include/event2/bufferevent_ssl.h
|
||||||
|
endif
|
||||||
|
|
||||||
## Without the nobase_ prefixing, Automake would strip "include/event2/" from
|
## Without the nobase_ prefixing, Automake would strip "include/event2/" from
|
||||||
## the source header filename to derive the installed header filename.
|
## the source header filename to derive the installed header filename.
|
||||||
## With nobase_ the installed path is $(includedir)/include/event2/ev*.h.
|
## With nobase_ the installed path is $(includedir)/include/event2/ev*.h.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user