mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
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:
parent
4022b287f8
commit
a4af9be10a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user