]> granicus.if.org Git - libevent/commitdiff
Do not ship evconfig-private.h in dist archive
authorCristian Morales Vega <cristian@samknows.com>
Thu, 19 Apr 2018 08:28:36 +0000 (09:28 +0100)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sun, 22 Apr 2018 21:52:10 +0000 (00:52 +0300)
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

index 902d5c19ded03b1fd097f401d4e1550f42db4b13..69c457bbd7939b18636d64948f12316d149d7f45 100644 (file)
@@ -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                        \