From: Niels Provos Date: Wed, 7 Nov 2007 03:25:03 +0000 (+0000) Subject: remove tree.h from EXTRA_DIST; from Charles Kerr X-Git-Tag: release-2.0.1-alpha~530 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4555f755094e25e5bd1b6483e09a5bfc9984764f;p=libevent remove tree.h from EXTRA_DIST; from Charles Kerr svn:r484 --- diff --git a/Makefile.am b/Makefile.am index 20bce7c4..5f0836f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ EXTRA_DIST = acconfig.h event.h event-internal.h log.h evsignal.h evdns.3 \ test/Makefile.am test/Makefile.in test/bench.c test/regress.c \ test/test-eof.c test/test-weof.c test/test-time.c \ test/test-init.c test/test.sh \ - compat/sys/queue.h compat/sys/tree.h compat/sys/_time.h \ + compat/sys/queue.h compat/sys/_time.h \ WIN32-Code/config.h WIN32-Code/misc.c \ WIN32-Code/win32.c WIN32-Code/misc.h \ WIN32-Prj/event_test/event_test.dsp \