diff options
author | Chris Lahey <clahey@src.gnome.org> | 2000-01-17 17:13:45 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-01-17 17:13:45 +0800 |
commit | 804e7e17bf0ae0c3880e7aed3746dafcf183acad (patch) | |
tree | 48a61155bed596eaf66dd28d50efba860e9d0536 /widgets/shortcut-bar | |
parent | 4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9 (diff) | |
download | gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar.gz gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar.bz2 gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar.lz gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar.xz gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar.zst gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.zip |
Finishing previous commit.
svn path=/trunk/; revision=1582
Diffstat (limited to 'widgets/shortcut-bar')
-rw-r--r-- | widgets/shortcut-bar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/shortcut-bar/Makefile.am b/widgets/shortcut-bar/Makefile.am index bf41fcfc15..ac81f2e2e6 100644 --- a/widgets/shortcut-bar/Makefile.am +++ b/widgets/shortcut-bar/Makefile.am @@ -30,4 +30,4 @@ test_shortcut_bar_LDADD = \ $(EXTRA_GNOME_LIBS) test_shortcut_bar_LDFLAGS = \ - `gnome-config --libs gdk_pixbuf` + `gnome-config --libs gdk_pixbuf gnomecanvaspixbuf` |