gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog Makefile.am
Date: Wed, 12 Jul 2006 00:26:36 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/07/12 00:26:36

Modified files:
        .              : ChangeLog Makefile.am 

Log message:
        * Makefile.am: don't make in backend/ (but distribute it)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.492&r2=1.493
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&r1=1.27&r2=1.28

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.492
retrieving revision 1.493
diff -u -b -r1.492 -r1.493
--- ChangeLog   12 Jul 2006 00:22:23 -0000      1.492
+++ ChangeLog   12 Jul 2006 00:26:36 -0000      1.493
@@ -1,5 +1,6 @@
 2006-07-11 Sandro Santilli <address@hidden>
 
+       * Makefile.am: don't make in backend/ (but distribute it)
        * configure.ac: fixed plugin config message to avoid confusion
        (default is disabled, not enabled).
 

Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- Makefile.am 11 Jul 2006 00:22:58 -0000      1.27
+++ Makefile.am 12 Jul 2006 00:26:36 -0000      1.28
@@ -37,7 +37,7 @@
 AUTOMAKE_OPTIONS = dejagnu 1.6.0
 ACLOCAL_AMFLAGS = -I macros
 
-STD_DIRS = libbase libgeometry server backend utilities gui
+STD_DIRS = libbase libgeometry server utilities gui
 
 if PLUGIN
 PLUGIN_DIRS = plugin
@@ -50,7 +50,7 @@
 SUBDIRS      = $(STD_DIRS) $(DOC_DIRS) $(PLUGIN_DIRS)
 
 # libamf isn't used yet, but we still want it in the distribution
-DIST_SUBDIRS = $(STD_DIRS) doc testsuite libamf plugin 
+DIST_SUBDIRS = $(STD_DIRS) doc testsuite libamf plugin backend
 
 #EXTRA_DIST = macros
 # if HTTP




reply via email to

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