]> granicus.if.org Git - libevent/commitdiff
really install the buffer_compat.h file
authorNiels Provos <provos@gmail.com>
Sat, 24 Jan 2009 17:38:27 +0000 (17:38 +0000)
committerNiels Provos <provos@gmail.com>
Sat, 24 Jan 2009 17:38:27 +0000 (17:38 +0000)
svn:r1048

include/Makefile.am

index da239691bdd314037c3581c79e2ec3a8b24f7dda..64a9799a156ad6b33ed39b2918193f47684f92ae 100644 (file)
@@ -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 \