summaryrefslogtreecommitdiff
path: root/modules/other
diff options
context:
space:
mode:
Diffstat (limited to 'modules/other')
-rw-r--r--modules/other/gail/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/other/gail/Makefile.am b/modules/other/gail/Makefile.am
index a8c8973984..56f27d34c7 100644
--- a/modules/other/gail/Makefile.am
+++ b/modules/other/gail/Makefile.am
@@ -162,11 +162,14 @@ libgail_la_CFLAGS = \
$(AM_CFLAGS)
libgail_la_LIBADD = \
- $(GTK_DEP_LIBS) \
+ $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
+ $(top_builddir)/gdk/$(gdktargetlib) \
+ $(top_builddir)/gtk/$(gtktargetlib) \
+ $(top_builddir)/modules/other/gail/libgail-util/libgailutil.la \
+ $(GTK_DEP_LIBS) \
$(INTLLIBS)
libgail_la_LDFLAGS = \
- $(top_builddir)/modules/other/gail/libgail-util/libgailutil.la \
-rpath $(moduledir) -module -avoid-version \
$(no_undefined) \
$(LDFLAGS)