gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog utilities/Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog utilities/Makefile.am
Date: Mon, 14 May 2007 14:02:28 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/14 14:02:27

Modified files:
        .              : ChangeLog 
        utilities      : Makefile.am 

Log message:
                * utilities/Makefile.am: put GNASH_LIBS in LDADD and external
                  libs in LDFLAGS. Drop '-dlopen self'. Please review.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3196&r2=1.3197
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/Makefile.am?cvsroot=gnash&r1=1.53&r2=1.54

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3196
retrieving revision 1.3197
diff -u -b -r1.3196 -r1.3197
--- ChangeLog   14 May 2007 13:36:07 -0000      1.3196
+++ ChangeLog   14 May 2007 14:02:27 -0000      1.3197
@@ -1,3 +1,8 @@
+2007-05-14 Sandro Santilli <address@hidden>
+
+       * utilities/Makefile.am: put GNASH_LIBS in LDADD and external
+         libs in LDFLAGS. Drop '-dlopen self'. Please review.
+
 2007-05-14  Rob Savoye  <address@hidden>
 
        * server/gnash.h: Include memory for auto_ptr.

Index: utilities/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/utilities/Makefile.am,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- utilities/Makefile.am       3 May 2007 00:43:25 -0000       1.53
+++ utilities/Makefile.am       14 May 2007 14:02:27 -0000      1.54
@@ -76,14 +76,16 @@
 #check_PROGRAMS = gdebug.swf
 
 gparser_SOURCES = parser.cpp
-gparser_LDADD = $(GNASH_LIBS) $(LIBLTDL) "-dlopen" self #"-dlopen"
-gparser_DEPENDENCIES = 
+gparser_LDFLAGS = $(LIBLTDL)
+gparser_LDADD = $(GNASH_LIBS) 
+#gparser_DEPENDENCIES = 
 # export our symbols so they can be used by Gnash plugins
 gparser_LDFLAGS = -export-dynamic
 
 gprocessor_SOURCES = processor.cpp
-gprocessor_LDADD = $(GNASH_LIBS) $(LIBLTDL) "-dlopen" self #"-dlopen"
-gprocessor_DEPENDENCIES = 
+gprocessor_LDFLAGS = $(LIBLTDL)
+gprocessor_LDADD = $(GNASH_LIBS) 
+#gprocessor_DEPENDENCIES = 
 # export our symbols so they can be used by Gnash plugins
 gprocessor_LDFLAGS = -export-dynamic
 




reply via email to

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