diff options
Diffstat (limited to 'widgets/shortcut-bar/Makefile.am')
-rw-r--r-- | widgets/shortcut-bar/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/widgets/shortcut-bar/Makefile.am b/widgets/shortcut-bar/Makefile.am index c60c57e872..bf41fcfc15 100644 --- a/widgets/shortcut-bar/Makefile.am +++ b/widgets/shortcut-bar/Makefile.am @@ -27,4 +27,7 @@ test_shortcut_bar_SOURCES = \ test_shortcut_bar_LDADD = \ ./libshortcut-bar.a \ - $(EXTRA_GNOME_LIBS) \ + $(EXTRA_GNOME_LIBS) + +test_shortcut_bar_LDFLAGS = \ + `gnome-config --libs gdk_pixbuf` |