From 37345639d083272e54482a2e1457eb07be33add1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 25 May 2015 19:25:48 +0200 Subject: [PATCH] osx: ship *.in files with tarball Due to commit 95493844623c46e803d31302ac7758ce01580be7, we didn't ship the templates with the tarball anymore. Fix that. --- osx/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5