gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10834: add pythonmod to DIST_SUBDIR


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10834: add pythonmod to DIST_SUBDIRS so it gets in the tarball when python isn't enabled.
Date: Sat, 25 Apr 2009 18:52:48 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10834
committer: address@hidden
branch nick: trunk
timestamp: Sat 2009-04-25 18:52:48 -0600
message:
  add pythonmod to DIST_SUBDIRS so it gets in the tarball when python isn't 
enabled.
modified:
  gui/Makefile.am
=== modified file 'gui/Makefile.am'
--- a/gui/Makefile.am   2009-04-22 16:37:31 +0000
+++ b/gui/Makefile.am   2009-04-26 00:52:48 +0000
@@ -28,6 +28,8 @@
 # If python support is enabled, built that too
 if USE_PYTHON
 SUBDIRS += pythonmod
+else
+DIST_SUBDIRS = pythonmod
 endif
 
 localedir = $(datadir)/locale
@@ -211,7 +213,7 @@
 
 # Build the AmigaOS4 gui
 if BUILD_AMIGAOS4_GUI
-include $(srcdir)/am-frag/aos4.am
+#include $(srcdir)/am-frag/aos4.am
 endif
 
 # Build the FLTK gui


reply via email to

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