From: Niels Provos Date: Fri, 28 Nov 2008 20:55:11 +0000 (+0000) Subject: install the header files, too X-Git-Tag: release-2.0.1-alpha~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdf9453af44dceed3274d33a279d5181b3a81237;p=libevent install the header files, too svn:r956 --- diff --git a/include/Makefile.am b/include/Makefile.am index 471dd696..20291945 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,4 +9,5 @@ nobase_include_HEADERS = \ event2/buffer.h event2/thread.h event2/bufferevent.h \ event2/bufferevent_struct.h event2/event.h event2/event_compat.h \ event2/event_struct.h event2/tag.h event2/util.h \ - event2/http.h event2/http_struct.h event2/http_compat.h + event2/http.h event2/http_struct.h event2/http_compat.h \ + event2/dns.h event2/dns_struct.h event2/dns_compat.h