summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCristian Morales Vega <cristian@samknows.com>2018-04-19 09:28:36 +0100
committerAzat Khuzhin <a3at.mail@gmail.com>2018-04-23 00:52:10 +0300
commit0379eb4b5d0de2f1eac673d75c60358b85a220c0 (patch)
treec44d86c58f983e6e19d46caf6ac2816ad042d232 /Makefile.am
parente2874d95af584b3657eb5dc1d2e5404811dce117 (diff)
downloadlibevent-0379eb4b5d0de2f1eac673d75c60358b85a220c0.tar.gz
Do not ship evconfig-private.h in dist archive
It will be generated by autotools, so there is not reason to include it. And infact this breaks compilation with out-of-tree builds (VPATH), since, for the quote form of the include directive, headers in the directory of the file with the #include line have priority over those named in -I options, the copy of evconfig-private.h from the source directory had priority over the one in the build directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 902d5c19..69c457bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -272,7 +272,6 @@ noinst_HEADERS += \
defer-internal.h \
epolltable-internal.h \
evbuffer-internal.h \
- evconfig-private.h \
event-internal.h \
evmap-internal.h \
evrpc-internal.h \