aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-05-12 23:46:31 +0000
committerGerald Combs <gerald@wireshark.org>2011-05-12 23:46:31 +0000
commit1fc831c21109558cd716e0903f081c092b3ba36f (patch)
treea5c2f35ac833456d097893316dd76c3dfbeea3b5 /Makefile.am
parentd94ab5c6ba9aed005a56cf84798e565d0064c478 (diff)
More OS X installer fixes and tweaks.
svn path=/trunk/; revision=37107
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2a85023efa..3e16025b11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -949,6 +949,10 @@ osx-app: $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) packaging/macosx/Info.plist
echo "Package build abandoned." ; \
fi
+packaging/macosx/COPYING.txt: COPYING
+ (cd packaging/macosx ; \
+ $(MAKE) COPYING.txt ;)
+
osx-package: osx-app packaging/macosx/COPYING.txt
@if test x$(HAVE_OSX_PACKAGING) = xyes ; then \
cd $(srcdir)/packaging/macosx ; \