From 49f6280645cdad7fa7f53633ce67ed5f7079a8dd Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 8 Mar 2011 11:47:14 -0500 Subject: [PATCH] src: add more stuff to gnome_shell_real_LDADD to work with libtools that are more strict about not allowing transitive dependencies --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 40ce5de08..1c3e1b68c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -140,7 +140,7 @@ libgnome_shell_la_gir_sources = \ gnome_shell_real_SOURCES = \ main.c gnome_shell_real_CPPFLAGS = $(gnome_shell_cflags) -gnome_shell_real_LDADD = libgnome-shell.la +gnome_shell_real_LDADD = libgnome-shell.la $(libgnome_shell_la_LIBADD) gnome_shell_real_DEPENDENCIES = libgnome-shell.la ########################################