gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10844: move DIST_SUBDIRS = pythonmo


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10844: move DIST_SUBDIRS = pythonmod out of the if-endif to keep distcheck happy.
Date: Sun, 26 Apr 2009 11:10:57 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10844
committer: address@hidden
branch nick: trunk
timestamp: Sun 2009-04-26 11:10:57 -0600
message:
  move DIST_SUBDIRS = pythonmod out of the if-endif to keep distcheck happy.
modified:
  gui/Makefile.am
=== modified file 'gui/Makefile.am'
--- a/gui/Makefile.am   2009-04-26 01:49:53 +0000
+++ b/gui/Makefile.am   2009-04-26 17:10:57 +0000
@@ -22,14 +22,8 @@
 
 AUTOMAKE_OPTIONS = -Wno-portability
 
-
 # Build the current directory first. It's hard to see, but there is a '.' dot 
here.
 SUBDIRS = .
-# If python support is enabled, built that too
-if USE_PYTHON
-SUBDIRS += pythonmod
-endif
-DIST_SUBDIRS = pythonmod
 
 localedir = $(datadir)/locale
 
@@ -41,6 +35,12 @@
 
 EXTRA_DIST = gnash.in klash3.moc.in klash4.moc.in
 
+# If python support is enabled, built that too
+if HAS_PYTHON
+SUBDIRS += pythonmod
+endif
+DIST_SUBDIRS = pythonmod
+
 noinst_LTLIBRARIES = #libgnashgui.la
 AM_CPPFLAGS = \
         -I$(top_srcdir)/libamf \


reply via email to

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