gtk+ r21647 - in branches/gtk-2-14/modules/other/gail: . tests
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21647 - in branches/gtk-2-14/modules/other/gail: . tests
- Date: Mon, 13 Oct 2008 16:01:44 +0000 (UTC)
Author: matthiasc
Date: Mon Oct 13 16:01:44 2008
New Revision: 21647
URL: http://svn.gnome.org/viewvc/gtk+?rev=21647&view=rev
Log:
2008-10-13 Matthias Clasen <mclasen redhat com>
Bug 555953 â libferret missing link against libgtk-x11
* test/Makefile.am: Link libferret against gtk.
Modified:
branches/gtk-2-14/modules/other/gail/ChangeLog
branches/gtk-2-14/modules/other/gail/tests/Makefile.am
Modified: branches/gtk-2-14/modules/other/gail/tests/Makefile.am
==============================================================================
--- branches/gtk-2-14/modules/other/gail/tests/Makefile.am (original)
+++ branches/gtk-2-14/modules/other/gail/tests/Makefile.am Mon Oct 13 16:01:44 2008
@@ -52,10 +52,12 @@
libferret_la_LDFLAGS = \
-rpath $(moduledir) -module -avoid-version \
- $(GTK_DEP_LIBS) \
+ $(no_undefined) \
$(LDFLAGS)
-libferret_la_LIBADD = \
+libferret_la_LIBADD = \
+ $(top_builddir)/gtk/$(gtktargetlib) \
+ $(GTK_DEP_LIBS) \
$(GAIL_INET_LIBS)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]