From: Niels Provos Date: Sat, 24 Jan 2009 17:38:27 +0000 (+0000) Subject: really install the buffer_compat.h file X-Git-Tag: release-2.0.1-alpha~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=765ff1b9def2ec0423bee8617763d7b182ca4fa2;p=libevent really install the buffer_compat.h file svn:r1048 --- diff --git a/include/Makefile.am b/include/Makefile.am index da239691..64a9799a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -7,7 +7,8 @@ EXTRA_SRC = event2/buffer.h event2/buffer_compat.h \ event2/http.h event2/http_struct.h event2/http_compat.h nobase_include_HEADERS = \ - event2/buffer.h event2/thread.h event2/bufferevent.h \ + event2/buffer.h event2/buffer_compat.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 \