Skip to content

Commit

Permalink
Move libevent 1.x headers to include/, to put all public headers in o…
Browse files Browse the repository at this point in the history
…ne place.
  • Loading branch information
nmathewson committed Feb 13, 2012
1 parent 2793197 commit bbea8d6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,12 @@ noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \
WIN32-Code/tree.h \
compat/sys/queue.h

EVENT1_HDRS = event.h evhttp.h evdns.h evrpc.h evutil.h
EVENT1_HDRS = \
include/event.h \
include/evhttp.h \
include/evdns.h \
include/evrpc.h \
include/evutil.h

if INSTALL_LIBEVENT
include_HEADERS = $(EVENT1_HDRS)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bbea8d6

Please sign in to comment.