gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11529: more rearranging cause of we


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11529: more rearranging cause of weird problems.
Date: Tue, 29 Sep 2009 17:42:11 -0600
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11529
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Tue 2009-09-29 17:42:11 -0600
message:
  more rearranging cause of weird problems.
modified:
  libbase/Makefile.am
=== modified file 'libbase/Makefile.am'
--- a/libbase/Makefile.am       2009-09-29 23:16:47 +0000
+++ b/libbase/Makefile.am       2009-09-29 23:42:11 +0000
@@ -87,6 +87,13 @@
        arg_parser.cpp \
        $(NULL)
 
+if USE_PNG
+libgnashbase_la_SOURCES += GnashImagePng.cpp
+endif
+if USE_GIF
+libgnashbase_la_SOURCES += GnashImageGif.cpp
+endif
+
 if INSTALL_LTDL
 if !LIBLTDL2
 include_HEADERS =  $(top_srcdir)/libltdl/ltdl.h
@@ -137,13 +144,6 @@
 MALLOC = 
 endif
 
-if USE_PNG
-libgnashbase_la_SOURCES += GnashImagePng.cpp
-endif
-if USE_GIF
-libgnashbase_la_SOURCES += GnashImageGif.cpp
-endif
-
 noinst_HEADERS = \
        $(LIBLTDLHEAD) \
        SimpleBuffer.h \


reply via email to

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