From bbea8d6bc578b7fb0811bef3e281e457bb55be2e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 13 Feb 2012 12:19:08 -0500 Subject: [PATCH] Move libevent 1.x headers to include/, to put all public headers in one place. --- Makefile.am | 7 ++++++- evdns.h => include/evdns.h | 0 event.h => include/event.h | 0 evhttp.h => include/evhttp.h | 0 evrpc.h => include/evrpc.h | 0 evutil.h => include/evutil.h | 0 6 files changed, 6 insertions(+), 1 deletion(-) rename evdns.h => include/evdns.h (100%) rename event.h => include/event.h (100%) rename evhttp.h => include/evhttp.h (100%) rename evrpc.h => include/evrpc.h (100%) rename evutil.h => include/evutil.h (100%) diff --git a/Makefile.am b/Makefile.am index 47ebf199..108827f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) diff --git a/evdns.h b/include/evdns.h similarity index 100% rename from evdns.h rename to include/evdns.h diff --git a/event.h b/include/event.h similarity index 100% rename from event.h rename to include/event.h diff --git a/evhttp.h b/include/evhttp.h similarity index 100% rename from evhttp.h rename to include/evhttp.h diff --git a/evrpc.h b/include/evrpc.h similarity index 100% rename from evrpc.h rename to include/evrpc.h diff --git a/evutil.h b/include/evutil.h similarity index 100% rename from evutil.h rename to include/evutil.h