gnash-commit
[Top][All Lists]
Advanced

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

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


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libmedia/Makefile.am
Date: Sun, 30 Sep 2007 01:32:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/09/30 01:32:56

Modified files:
        .              : ChangeLog 
        libmedia       : Makefile.am 

Log message:
        Added libltdl-stuff from libbase/Makefile.am

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4479&r2=1.4480
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/Makefile.am?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4479
retrieving revision 1.4480
diff -u -b -r1.4479 -r1.4480
--- ChangeLog   30 Sep 2007 01:15:59 -0000      1.4479
+++ ChangeLog   30 Sep 2007 01:32:56 -0000      1.4480
@@ -3,6 +3,7 @@
        * libbase/tu_file.cpp: __SGI_LIBC_USING_FROM_STD(va_list).
        * libbase/Makefile.am: Don't include OPENGL_INCL, it might direct you
          /usr/include on some systems and it doesn't seem necessary...
+       * libmedia/Makefile.am: Added libltdl-stuff from libbase/Makefile.am.
 
 2007-09-29 Sandro Santilli <address@hidden>
 

Index: libmedia/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libmedia/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- libmedia/Makefile.am        28 Sep 2007 14:58:01 -0000      1.2
+++ libmedia/Makefile.am        30 Sep 2007 01:32:56 -0000      1.3
@@ -67,6 +67,7 @@
        $(OPENGL_LIBS) \
        $(LIBINTL) \
        $(LIBLTDL) \
+       $(LIBLTDLHEAD) \
        $(BOOST_LIBS) \
        $(PTHREAD_LIBS) \
        $(SDL_LIBS) \
@@ -119,6 +120,16 @@
 
 libgnashmedia_la_LDFLAGS = -release $(VERSION)
 
+libltdlc_la_CPPFLAGS = $(LTDLINCL)
+if CONVENIENCE_LTDL
+noinst_LTLIBRARIES = libltdlc.la
+libltdlc_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c
+endif
+CLEANFILES = libltdl.la libltdlc.la
+
+libltdl_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c
+libltdl_la_LDFLAGS = -no-undefined -version-info 4:4:1
+libltdl_la_LIBADD = $(LIBADD_DL)
 
 # Rebuild with GCC 4.x Mudflap support
 mudflap:




reply via email to

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