From c46b564c47fde3474e948aa1b188a975836cba47 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 10 Dec 2008 00:00:29 -0800 Subject: [PATCH] XQuartz: fixed make dist (cherry picked from commit 2d52367ab92429e58596d1a1ed3ef52a0a38a7aa) --- hw/xquartz/bundle/Info.plist.cpp | 2 +- hw/xquartz/bundle/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp index 16434f268..971328990 100644 --- a/hw/xquartz/bundle/Info.plist.cpp +++ b/hw/xquartz/bundle/Info.plist.cpp @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion English CFBundleExecutable - X11 + X11.sh CFBundleGetInfoString APPLE_APPLICATION_NAME CFBundleIconFile diff --git a/hw/xquartz/bundle/Makefile.am b/hw/xquartz/bundle/Makefile.am index e765d6e41..03fa1ddb1 100644 --- a/hw/xquartz/bundle/Makefile.am +++ b/hw/xquartz/bundle/Makefile.am @@ -17,6 +17,7 @@ resource_DATA = Xquartz.plist EXTRA_DIST = \ mk_bundke.sh \ + X11.sh \ Info.plist.cpp \ PkgInfo \ $(resource_DATA) \