1 # include/Makefile.am for libevent
2 # Copyright 2000-2007 Niels Provos
3 # Copyright 2007-2012 Niels Provos and Nick Mathewson
5 # See LICENSE for copying information.
7 AUTOMAKE_OPTIONS = foreign
11 event2/buffer_compat.h \
12 event2/bufferevent.h \
13 event2/bufferevent_compat.h \
14 event2/bufferevent_ssl.h \
15 event2/bufferevent_struct.h \
20 event2/event_compat.h \
21 event2/event_struct.h \
23 event2/http_compat.h \
24 event2/http_struct.h \
25 event2/keyvalq_struct.h \
35 EXTRA_SRC = $(EVENT2_EXPORT)
37 ## Without the nobase_ prefixing, Automake would strip "event2/" from
38 ## the source header filename to derive the installed header filename.
39 ## With nobase_ the installed path is $(includedir)/event2/ev*.h.
42 nobase_include_HEADERS = $(EVENT2_EXPORT)
43 nobase_nodist_include_HEADERS = ./event2/event-config.h
45 noinst_HEADERS = $(EVENT2_EXPORT)
46 nodist_noinst_HEADERS = ./event2/event-config.h