gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog cygnal/Makefile.am
Date: Wed, 18 Jul 2007 14:26:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/18 14:26:34

Modified files:
        .              : ChangeLog 
        cygnal         : Makefile.am 

Log message:
                * cygnal/Makefile.am : Don't build the cygnal stuff,
                  it's alpha after all... But still include in distribution.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3761&r2=1.3762
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/Makefile.am?cvsroot=gnash&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3761
retrieving revision 1.3762
diff -u -b -r1.3761 -r1.3762
--- ChangeLog   18 Jul 2007 14:14:08 -0000      1.3761
+++ ChangeLog   18 Jul 2007 14:26:34 -0000      1.3762
@@ -1,5 +1,10 @@
 2007-07-18 Sandro Santilli <address@hidden>
 
+       * cygnal/Makefile.am : Don't build the cygnal stuff,
+         it's alpha after all... But still include in distribution.
+
+2007-07-18 Sandro Santilli <address@hidden>
+
        * cygnal/ACT/ACT.{cpp,hpp}: throw runtime_error if in need for a
          message string (std::exception ctor doesn't accept a string arg)
        * cygnal/ACT/Handle.hpp: fix *a few* build errors, more available.

Index: cygnal/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/cygnal/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- cygnal/Makefile.am  18 Jul 2007 13:47:00 -0000      1.7
+++ cygnal/Makefile.am  18 Jul 2007 14:26:34 -0000      1.8
@@ -16,13 +16,13 @@
 #   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #
 
-# $Id: Makefile.am,v 1.7 2007/07/18 13:47:00 strk Exp $
+# $Id: Makefile.am,v 1.8 2007/07/18 14:26:34 strk Exp $
 
 ## Process this file with automake to generate Makefile.in
 
 AUTOMAKE_OPTIONS = dejagnu
 
-SUBDIRS  = ACT IO HTTP Net unit_tests 
+DIST_SUBDIRS  = ACT IO HTTP Net unit_tests 
 
 AM_CPPFLAGS = # -Wall
 




reply via email to

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