]> granicus.if.org Git - libevent/commitdiff
Make include/event2/event-config.h not included in source dist
authorNick Mathewson <nickm@torproject.org>
Fri, 13 Aug 2010 15:41:37 +0000 (11:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 13 Aug 2010 15:41:37 +0000 (11:41 -0400)
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_ .

include/Makefile.am

index 9fc4725714d22314f6243cb12795430badf24fde..8d160561894a2e989bd37762c8b39b1d56c321eb 100644 (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