gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12112: use EXTRA_DIST instead of DI


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12112: use EXTRA_DIST instead of DIST_SUBDIRS, so it stops trying to execute a Makefile in a directory with none.
Date: Wed, 24 Mar 2010 19:10:34 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12112
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-24 19:10:34 -0600
message:
  use EXTRA_DIST instead of DIST_SUBDIRS, so it stops trying to execute a 
Makefile in a directory with none.
modified:
  plugin/npapi/Makefile.am
=== modified file 'plugin/npapi/Makefile.am'
--- a/plugin/npapi/Makefile.am  2010-03-24 23:33:22 +0000
+++ b/plugin/npapi/Makefile.am  2010-03-25 01:10:34 +0000
@@ -21,7 +21,7 @@
 SUBDIRS =
 
 # make sure these files make it into the distribution tarball.
-DIST_SUBDIRS = mozilla-sdk 
+EXTRA_DIST = mozilla-sdk 
 
 # This is a hard coded path to where the plugin gets installed.
 GNASHBINDIR = $(bindir)


reply via email to

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