gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11801: link in the static libltdl l


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11801: link in the static libltdl library.
Date: Sun, 24 Jan 2010 20:23:13 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11801
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sun 2010-01-24 20:23:13 -0700
message:
  link in the static libltdl library.
modified:
  testsuite/samples/Makefile.am
=== modified file 'testsuite/samples/Makefile.am'
--- a/testsuite/samples/Makefile.am     2010-01-22 17:16:36 +0000
+++ b/testsuite/samples/Makefile.am     2010-01-25 03:23:13 +0000
@@ -74,6 +74,7 @@
        $(NULL)
 clip_as_button2_TestRunner_LDADD = \
        $(top_builddir)/testsuite/libtestsuite.la \
+       $(GNASH_LIBS) \
        $(NULL)
 clip_as_button2_TestRunner_CXXFLAGS = \
        -DSRCDIR=\"$(abs_srcdir)\" \
@@ -87,6 +88,7 @@
        $(NULL)
 subshapes_TestRunner_LDADD = \
        $(top_builddir)/testsuite/libtestsuite.la \
+       $(GNASH_LIBS) \
        $(NULL)
 subshapes_TestRunner_CXXFLAGS = \
        -DSRCDIR=\"$(abs_srcdir)\" \
@@ -100,12 +102,14 @@
        $(NULL)
 gotoFrameOnKeyEvent_TestRunner_LDADD = \
        $(top_builddir)/testsuite/libtestsuite.la \
+       $(GNASH_LIBS) \
        $(NULL)
 gotoFrameOnKeyEvent_TestRunner_CXXFLAGS = \
        -DSRCDIR=\"$(abs_srcdir)\" \
        $(NULL)
 gotoFrameOnKeyEvent_TestRunner_DEPENDENCIES = \
        gotoFrameOnKeyEvent.swf \
+       $(GNASH_LIBS) \
        $(NULL)
 
 GotoAndPlayTestRunner: $(srcdir)/../generic-testrunner.sh 
$(srcdir)/GotoAndPlayTest.swf


reply via email to

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