aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-01 21:04:13 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-01 21:04:13 +0000
commit99f457bd03a239c89bc06a3a4c2cd9e7aae1d8f2 (patch)
tree2b5b2e4b0bf08a2f83b9139454ec1d58eba0e7e6 /Makefile.am
parent4e6f6a52d98787697f06eeb8b6b7f46c60d4e878 (diff)
Use separate "Read me first" files for Qt and GTK+.
svn path=/trunk/; revision=52321
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 415d37d6a7..91285870e9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1150,7 +1150,7 @@ osx-package: osx-app packaging/macosx/COPYING.txt
@if test x$(HAVE_OSX_PACKAGING) = xyes ; then \
cd $(srcdir)/packaging/macosx ; \
chmod +x ./osx-dmg.sh ; \
- ./osx-dmg.sh ; \
+ ./osx-dmg.sh @OSX_DMG_FLAGS@ ; \
fi
osx-install: osx-app