From: Vincent Bernat Date: Mon, 25 May 2015 17:25:48 +0000 (+0200) Subject: osx: ship *.in files with tarball X-Git-Tag: 0.7.16~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37345639d083272e54482a2e1457eb07be33add1;p=thirdparty%2Flldpd.git osx: ship *.in files with tarball Due to commit 95493844623c46e803d31302ac7758ce01580be7, we didn't ship the templates with the tarball anymore. Fix that. --- diff --git a/osx/Makefile.am b/osx/Makefile.am index 08136946..58fb8759 100644 --- a/osx/Makefile.am +++ b/osx/Makefile.am @@ -1,4 +1,6 @@ -EXTRA_DIST = resources lipo +EXTRA_DIST = resources lipo +EXTRA_DIST += distribution.xml.in im.bernat.lldpd.plist.in scripts/postinstall.in scripts/preinstall.in +TEMPLATES = distribution.xml im.bernat.lldpd.plist scripts/postinstall scripts/preinstall if HOST_OS_OSX @@ -61,8 +63,6 @@ if HAVE_LAUNCHDDAEMONSDIR launchddaemons_DATA = im.bernat.lldpd.plist endif -TEMPLATES = distribution.xml im.bernat.lldpd.plist scripts/postinstall scripts/preinstall -EXTRA_DIST += distribution.xml.in im.bernat.lldpd.plist.in scripts/postinstall.in scripts/preinstall.in CLEANFILES = $(TEMPLATES) distribution.xml: distribution.xml.in im.bernat.lldpd.plist: im.bernat.lldpd.plist.in