From: Niels Provos Date: Fri, 23 Jan 2009 02:04:41 +0000 (+0000) Subject: also install the buffer_compat.h header file X-Git-Tag: release-2.0.1-alpha~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1495865aa2d876bf1545f5ae399775f70e7e155;p=libevent also install the buffer_compat.h header file svn:r1044 --- diff --git a/include/Makefile.am b/include/Makefile.am index 20291945..da239691 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,6 +1,7 @@ AUTOMAKE_OPTIONS = foreign -EXTRA_SRC = event2/buffer.h event2/thread.h event2/bufferevent.h \ +EXTRA_SRC = 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