Bug 555953 – libferret missing link against libgtk-x11

2008-10-13  Matthias Clasen  <mclasen@redhat.com>

        Bug 555953 – libferret missing link against libgtk-x11

        * modules/other/gail/test/Makefile.am: Link libferret against gtk.

svn path=/trunk/; revision=21646
This commit is contained in:
Matthias Clasen 2008-10-13 16:00:24 +00:00 committed by Matthias Clasen
parent 9e3de2fe7f
commit d834ef6b2f
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 555953 libferret missing link against libgtk-x11
* test/Makefile.am: Link libferret against gtk.
2008-10-07 Matthias Clasen <mclasen@redhat.com>
Bug 554950 gail must make itself resident

View File

@ -52,10 +52,12 @@ libferret_la_SOURCES = \
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