diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-10 12:27:40 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-10 12:27:40 +0800 |
commit | 3abe3b2366168ee7c497f37f7fff744d97581a7c (patch) | |
tree | 1c961bb0c41ce7bb63290330db5672319b83a4c8 /widgets/shortcut-bar/Makefile.am | |
parent | fb7cf01122357a09643966902f45dfc2052a3069 (diff) | |
download | gsoc2013-evolution-3abe3b2366168ee7c497f37f7fff744d97581a7c.tar.gz gsoc2013-evolution-3abe3b2366168ee7c497f37f7fff744d97581a7c.tar.zst gsoc2013-evolution-3abe3b2366168ee7c497f37f7fff744d97581a7c.zip |
*** empty log message ***
svn path=/trunk/; revision=1550
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` |