aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-12 23:46:31 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-12 23:46:31 +0000
commitd8be96b1b8260c263f1f0a2c47992341e86068d4 (patch)
treea5c2f35ac833456d097893316dd76c3dfbeea3b5 /Makefile.am
parent30463e328cfff42fe9c2c891579d89161344d148 (diff)
More OS X installer fixes and tweaks.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37107 f5534014-38df-0310-8fa8-9805f1628bb7
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 ; \