From 85b0a7a23f83370af1f029b744fa1387cab6fa06 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 May 2009 01:38:23 +0000 Subject: [PATCH] We were distributing the wrong event-config.h with our source distributions. Fix that. svn:r1289 --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fd48f31e..3fe7f4ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,7 @@ EXTRA_DIST = \ evthread_pthread.c \ whatsnew-2.0.txt \ bufferevent_async.c \ + WIN32-Code/event-config.h \ WIN32-Code/config.h \ WIN32-Code/win32.c \ WIN32-Code/tree.h \ @@ -137,7 +138,9 @@ noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \ evthread-internal.h ht-internal.h defer-internal.h \ minheap-internal.h log-internal.h evsignal-internal.h evmap-internal.h -include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h event-config.h +include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h + +nodist_include_HEADERS = event-config.h INCLUDES = -I$(srcdir)/compat -I$(srcdir)/include $(SYS_INCLUDES)