]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
osx: ship *.in files with tarball
authorVincent Bernat <vincent@bernat.im>
Mon, 25 May 2015 17:25:48 +0000 (19:25 +0200)
committerVincent Bernat <vincent@bernat.im>
Mon, 25 May 2015 17:25:48 +0000 (19:25 +0200)
Due to commit 95493844623c46e803d31302ac7758ce01580be7, we didn't ship
the templates with the tarball anymore. Fix that.

osx/Makefile.am

index 081369465022e3423516b4e6f2166dc608d058eb..58fb87596c2cadb87e25d062e9858a2bd640bd56 100644 (file)
@@ -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