gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11092: add cgi-bin to EXTRA_DIST so


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11092: add cgi-bin to EXTRA_DIST so it always gets included in a dist tarball, even if Cygnal isn't in cgi-bin mode.
Date: Fri, 12 Jun 2009 13:26:56 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11092
committer: address@hidden
branch nick: trunk
timestamp: Fri 2009-06-12 13:26:56 -0600
message:
  add cgi-bin to EXTRA_DIST so it always gets included in a dist tarball, even 
if Cygnal isn't in cgi-bin mode.
modified:
  cygnal/Makefile.am
=== modified file 'cygnal/Makefile.am'
--- a/cygnal/Makefile.am        2009-06-07 21:14:22 +0000
+++ b/cygnal/Makefile.am        2009-06-12 19:26:56 +0000
@@ -29,10 +29,12 @@
 endif
 
 SUBDIRS = \
-       $(TEST_DIR)
+       $(TEST_DIR) \
+       $(CGI_BIN)
 
-# we don't want these anymore
-DIST_SUBDIRS  = testsuite
+# these need to be included in a distribution, even if not part
+# of the top level configure options.
+DIST_SUBDIRS  = testsuite cgi-bin
 
 AM_CPPFLAGS = # -Wall
 


reply via email to

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