]> granicus.if.org Git - libevent/commit
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)
commit0379eb4b5d0de2f1eac673d75c60358b85a220c0
treec44d86c58f983e6e19d46caf6ac2816ad042d232
parente2874d95af584b3657eb5dc1d2e5404811dce117
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