]> git.ipfire.org Git - thirdparty/strongswan.git/commit
starter: Add the correct keywords header file to EXTRA_DIST
authorTobias Brunner <tobias@strongswan.org>
Wed, 11 Oct 2017 16:10:46 +0000 (18:10 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 12 Oct 2017 07:09:12 +0000 (09:09 +0200)
commita97de61e78df611207a2700dad7057d9b74fb5bc
tree99a83d6aee36b998d0ba928088fc4058f7110265
parent0d08959a040708c74f1302d5af4c2ddabd328324
starter: Add the correct keywords header file to EXTRA_DIST

The fix for gperf in 0ae19f0ced8d added the generated header to
EXTRA_DIST but that's already added to the distribution because it is
contained in *_SOURCES, what was not added, though, was the .h.in file.

Also fixes the reference to the header file in the .c rule here and for
stroke in out-of-tree builds.

Fixes: 0ae19f0ced8d ("configure: Fix gperf length parameter determination")
src/starter/Makefile.am
src/stroke/Makefile.am