CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/10/03 18:11:59
Modified files:
. : ChangeLog
cygnal/ACT : Makefile.am
Log message:
* cygnal/ACT/Makefile.am: don't list subdirs for which no
Makefile.am is present. TODO: add a Makefile.am there !
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4514&r2=1.4515
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/ACT/Makefile.am?cvsroot=gnash&r1=1.2&r2=1.3
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4514
retrieving revision 1.4515
diff -u -b -r1.4514 -r1.4515
--- ChangeLog 3 Oct 2007 17:55:13 -0000 1.4514
+++ ChangeLog 3 Oct 2007 18:11:58 -0000 1.4515
@@ -1,3 +1,8 @@
+2007-10-03 Sandro Santilli <[EMAIL PROTECTED]>
+
+ * cygnal/ACT/Makefile.am: don't list subdirs for which no
+ Makefile.am is present. TODO: add a Makefile.am there !
+
2007-10-04 Benjamin Wolsey <[EMAIL PROTECTED]>
* libbase/rc.{cpp,h}: make expandPath void and other small cleanups.
Index: cygnal/ACT/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/cygnal/ACT/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- cygnal/ACT/Makefile.am 3 Oct 2007 15:29:16 -0000 1.2
+++ cygnal/ACT/Makefile.am 3 Oct 2007 18:11:59 -0000 1.3
@@ -15,12 +15,14 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
-# $Id: Makefile.am,v 1.2 2007/10/03 15:29:16 eh9 Exp $
+# $Id: Makefile.am,v 1.3 2007/10/03 18:11:59 strk Exp $
#----------------------------------------
# Makefile.am for Cygnal/ACT
#----------------------------------------
-SUBDIRS = . test_support unit_tests
+
+# provide subdirs with a Makefile.am to list here
+SUBDIRS =
AM_CPPFLAGS = # -Wall
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit