gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog gui/Makefile.am


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog gui/Makefile.am
Date: Mon, 30 Jul 2007 05:23:17 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/07/30 05:23:17

Modified files:
        .              : ChangeLog 
        gui            : Makefile.am 

Log message:
        Build OS X bundle if GUI == AQUA.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3865&r2=1.3866
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Makefile.am?cvsroot=gnash&r1=1.91&r2=1.92

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3865
retrieving revision 1.3866
diff -u -b -r1.3865 -r1.3866
--- ChangeLog   30 Jul 2007 04:57:00 -0000      1.3865
+++ ChangeLog   30 Jul 2007 05:23:17 -0000      1.3866
@@ -1,6 +1,7 @@
 2007-07-30 Markus Gothe <address@hidden>
 
        * gui/Info.plist.in: Tidy up the version info.
+       * gui/Makefile.am: Build OS X bundle if GUI == AQUA.
 
 2007-07-29  Rob Savoye  <address@hidden>
 

Index: gui/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/gui/Makefile.am,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- gui/Makefile.am     28 Jul 2007 14:55:28 -0000      1.91
+++ gui/Makefile.am     30 Jul 2007 05:23:17 -0000      1.92
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.91 2007/07/28 14:55:28 nihilus Exp $
+# $Id: Makefile.am,v 1.92 2007/07/30 05:23:17 nihilus Exp $
 
 AUTOMAKE_OPTIONS = -Wno-portability
 
@@ -160,7 +160,7 @@
 
 bundle_name = gnash.app
 
-bundle: Info.plist $(ICONFILE)
+bundle: Info.plist gnash
        @echo " Building: $(bundle_name)" 
        -rm -rf $(bundle_name)/Contents
        mkdir -p $(bundle_name)/Contents/MacOS
@@ -455,6 +455,9 @@
 imagesdir = $(pkgdatadir)
 
 bin_PROGRAMS = gnash
+if BUILD_AQUA_GUI
+bin_PROGRAMS += bundle
+endif
 
 gnash_SOURCES = gnash.cpp
 # export our symbols so they can be used by Gnash plugins
@@ -469,6 +472,7 @@
 #      $(LIBLTDL) "-dlopen" self "-dlopen"
 
 CLEANFILES = klash.moc .configline
+
 klash.moc: $(srcdir)/kdesup.h
        @if test x"$(MOC)" != x; then \
          echo "Generating MOC file..."; \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]