gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/plugin Makefile.am klash/Makefile.am


From: Markus Gothe
Subject: [Gnash-commit] gnash/plugin Makefile.am klash/Makefile.am
Date: Wed, 11 Oct 2006 15:57:43 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/11 15:57:43

Modified files:
        plugin         : Makefile.am 
        plugin/klash   : Makefile.am 

Log message:
        Fixed as suggested (top_builddir)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/Makefile.am?cvsroot=gnash&r1=1.47&r2=1.48
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/klash/Makefile.am?cvsroot=gnash&r1=1.14&r2=1.15

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- Makefile.am 11 Oct 2006 14:44:32 -0000      1.47
+++ Makefile.am 11 Oct 2006 15:57:43 -0000      1.48
@@ -132,11 +132,11 @@
 #      $(DMALLOC_LIBS) \
 #      $(OGG_LIBS) \
 #      $(DMALLOC_LIBS) \
-#      $(top_srcdir)/backend/libgnashbackend.la\
-#      $(top_srcdir)/server/asobj/libgnashasobjs.la \
-#      $(top_srcdir)/server/libgnashserver.la\
-#      $(top_srcdir)/libgeometry/libgnashgeo.la\
-#      $(top_srcdir)/libamf/libgnashamf.la \
+#      $(top_builddir)/backend/libgnashbackend.la\
+#      $(top_builddir)/server/asobj/libgnashasobjs.la \
+#      $(top_builddir)/server/libgnashserver.la\
+#      $(top_builddir)/libgeometry/libgnashgeo.la\
+#      $(top_builddir)/libamf/libgnashamf.la \
 #
 
 if PLUGIN_LINK_UNDEFINED

Index: klash/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/klash/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- klash/Makefile.am   11 Oct 2006 14:44:32 -0000      1.14
+++ klash/Makefile.am   11 Oct 2006 15:57:43 -0000      1.15
@@ -114,12 +114,12 @@
 klash_LDFLAGS = -module -avoid-version -no-undefined #-Wl,-z,defs
 
 klash_LDADD =  $(AM_LDFLAGS) \
-       $(top_srcdir)/backend/libgnashbackend.la \
-       $(top_srcdir)/server/libgnashserver.la \
-       $(top_srcdir)/server/asobj/libgnashasobjs.la \
-       $(top_srcdir)/libgeometry/libgnashgeo.la \
-       $(top_srcdir)/libbase/libgnashbase.la \
-       $(top_srcdir)/libamf/libgnashamf.la \
+       $(top_builddir)/backend/libgnashbackend.la \
+       $(top_builddir)/server/libgnashserver.la \
+       $(top_builddir)/server/asobj/libgnashasobjs.la \
+       $(top_builddir)/libgeometry/libgnashgeo.la \
+       $(top_builddir)/libbase/libgnashbase.la \
+       $(top_builddir)/libamf/libgnashamf.la \
        $(LIB_QT)
 
 




reply via email to

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