gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11831: add jpeg and png libs to the


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11831: add jpeg and png libs to the link to keep open embedded happy.
Date: Thu, 28 Jan 2010 21:27:07 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11831
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2010-01-28 21:27:07 -0700
message:
  add jpeg and png libs to the link to keep open embedded happy.
modified:
  Makefile.am
  gui/Makefile.am
  utilities/Makefile.am
=== modified file 'Makefile.am'
--- a/Makefile.am       2010-01-28 03:47:40 +0000
+++ b/Makefile.am       2010-01-29 04:27:07 +0000
@@ -49,9 +49,9 @@
        libcore \
        libsound \
        backend \
-       utilities \
        gui \
        plugin \
+       utilities \
        doc \
        po \
        $(NULL)

=== modified file 'gui/Makefile.am'
--- a/gui/Makefile.am   2010-01-28 03:49:46 +0000
+++ b/gui/Makefile.am   2010-01-29 04:27:07 +0000
@@ -98,6 +98,8 @@
 AM_LDFLAGS =  \
        $(GLIB_LIBS) \
        $(CURL_LIBS) \
+       $(JPEG_LIBS) \
+       $(PNG_LIBS) \
        $(LIRC_LIBS) \
        $(MYSQL_LIBS) \
        $(BOOST_LIBS) \

=== modified file 'utilities/Makefile.am'
--- a/utilities/Makefile.am     2010-01-21 03:15:35 +0000
+++ b/utilities/Makefile.am     2010-01-29 04:27:07 +0000
@@ -46,6 +46,8 @@
        $(LIBADD_DL) \
        $(MYSQL_LIBS) \
        $(CURL_LIBS) \
+       $(JPEG_LIBS) \
+       $(PNG_LIBS) \
        $(BOOST_LIBS) \
        $(PYTHON_LIBS) \
        $(PTHREAD_LIBS) \


reply via email to

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