From 0379eb4b5d0de2f1eac673d75c60358b85a220c0 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Thu, 19 Apr 2018 09:28:36 +0100 Subject: [PATCH] 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. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.40.0