gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/extensions/gtk2 Makefile.am


From: Rob Savoye
Subject: [Gnash-commit] gnash/extensions/gtk2 Makefile.am
Date: Wed, 25 Apr 2007 15:47:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/04/25 15:47:19

Modified files:
        extensions/gtk2: Makefile.am 

Log message:
        Don't build hello test case.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/extensions/gtk2/Makefile.am?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/extensions/gtk2/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Makefile.am 15 Feb 2007 20:11:23 -0000      1.1
+++ Makefile.am 25 Apr 2007 15:47:19 -0000      1.2
@@ -26,6 +26,7 @@
 INCLUDES = -I$(srcdir)  \
        -I$(top_srcdir)/libbase \
        -I$(top_srcdir)/libgeometry \
+       -I$(top_srcdir)/gui \
        -I$(top_srcdir)/server \
        -I$(top_srcdir)/server/vm \
        -I$(top_srcdir)/server/parser \
@@ -63,19 +64,18 @@
 gtkext_la_LDFLAGS = -module -avoid-version # -no-undefined
 gtkext_la_LIBDADD = $(LIBADD_DL) $(LIBLTDL) $(AM_LDFLAGS)
 
-
-check_PROGRAMS = hello
+# check_PROGRAMS = hello
 CLEANFILES = \
        gnash-dbg.log\
        hello.swf.frame0.pp \
        hello.swf \
        logfile
 
+# hello: hello.swf
+#      ../../utilities/gprocessor hello.swf
 
-hello: hello.swf
-       ../../utilities/gprocessor hello.swf
-
-hello.swf: hello.as
+# noinst_SCRIPTS = hello.as
+# hello.swf: hello.as
 
 SUFFIXES = as swf
 .as.swf: 




reply via email to

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