gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash Makefile.am


From: Rob Savoye
Subject: [Gnash-commit] gnash Makefile.am
Date: Tue, 14 Feb 2006 18:09:29 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/02/14 18:09:29

Modified files:
        .              : Makefile.am 

Log message:
        Don't build libamf by default.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/Makefile.am.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: gnash/Makefile.am
diff -u gnash/Makefile.am:1.13 gnash/Makefile.am:1.14
--- gnash/Makefile.am:1.13      Mon Feb 13 01:15:59 2006
+++ gnash/Makefile.am   Tue Feb 14 18:09:29 2006
@@ -13,7 +13,7 @@
 AUTOMAKE_OPTIONS = dejagnu
 ACLOCAL_AMFLAGS = -I macros
 
-STD_DIRS = libbase libgeometry libamf server backend utilities
+STD_DIRS = libbase libgeometry server backend utilities
 if PLUGIN
 PLUG_DIR = plugin
 endif
@@ -21,7 +21,7 @@
 DOC_DIRS = doc
 endif
 SUBDIRS      = $(STD_DIRS) $(PLUG_DIR) $(DOC_DIRS)
-DIST_SUBDIRS = $(STD_DIRS) $(PLUG_DIR) $(DOC_DIRS) testsuite
+DIST_SUBDIRS = $(STD_DIRS) plugin doc testsuite
 
 #EXTRA_DIST = macros
 # if HTTP




reply via email to

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