summaryrefslogtreecommitdiff
path: root/packaging/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-29 00:54:58 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-29 00:54:58 +0000
commitf25b110907c2efde91ac0e5645ea3b64b5933bc0 (patch)
tree0f83a6512c1a9a0bb414b261a41f10f4d9dab0df /packaging/Makefile.am
parentebf0ed08a7d6441098c8efd5616f4b3c406192d1 (diff)
downloadwireshark-f25b110907c2efde91ac0e5645ea3b64b5933bc0.tar.gz
Remove most of the OS X packaging files from the distribution. The
files in Resources/themes/Clearlooks-Quicksilver-OSX overrun the 99-character file name length limitation imposed by the default tar format (V7). We can fix this by - Feeding "tar-ustar" to AM_INIT_AUTOMAKE, which apparently means changing AM_INIT_AUTOMAKE(wireshark, x.y.z) in configure.in to AC_INIT(wireshark, x.y.z) AM_INIT_AUTOMAKE(tar-ustar) Although the automake documentation recommends this, it means updating make-version.pl and possibly other scripts. - Shortening everything in the Clearlooks-Quicksilver-OSX path. - Skipping tar distributions altogether in favor of zip. None of these fixes are trivial, and version 1.0 awaits. For now, you'll have to build OS X packages from SVN. svn path=/trunk/; revision=24752
Diffstat (limited to 'packaging/Makefile.am')
-rw-r--r--packaging/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Makefile.am b/packaging/Makefile.am
index 15be1d5919..5860a8b391 100644
--- a/packaging/Makefile.am
+++ b/packaging/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = rpm svr4 macosx nsis
+SUBDIRS = rpm svr4 nsis
MAINTAINERCLEANFILES = \
Makefile.in