Make include/event2/event-config.h not included in source dist

As a generated file, it shouldn't get included in our source
distribution.  Apparently there is an automake incant for this:
nobase_ even stacks with nodist_ .
This commit is contained in:
Nick Mathewson 2010-08-13 11:41:37 -04:00
parent 4022b287f8
commit a4af9be10a

View File

@ -27,5 +27,7 @@ EVENT2_EXPORT = \
EXTRA_SRC = $(EVENT2_EXPORT)
nobase_include_HEADERS = $(EVENT2_EXPORT) ./event2/event-config.h
nobase_include_HEADERS = $(EVENT2_EXPORT)
nobase_nodist_include_HEADERS = ./event2/event-config.h