src: add more stuff to gnome_shell_real_LDADD

to work with libtools that are more strict about not allowing
transitive dependencies
This commit is contained in:
Dan Winship 2011-03-08 11:47:14 -05:00
parent 84eb66d5aa
commit 49f6280645

View File

@ -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
########################################