diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-02-29 02:54:40 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-02-29 02:54:40 +0800 |
commit | ce16b05aed027e814af0a36bd76dc49cfb22df2f (patch) | |
tree | a0848cfa70a263c92f79b8e1191aac66c30fd319 /widgets/shortcut-bar/Makefile.am | |
parent | 596eeafb566e25285725e0e79c9337d3d6b53f97 (diff) | |
download | gsoc2013-evolution-ce16b05aed027e814af0a36bd76dc49cfb22df2f.tar.gz gsoc2013-evolution-ce16b05aed027e814af0a36bd76dc49cfb22df2f.tar.zst gsoc2013-evolution-ce16b05aed027e814af0a36bd76dc49cfb22df2f.zip |
Fixed references to libutil.a -> libeutil.la
svn path=/trunk/; revision=1983
Diffstat (limited to 'widgets/shortcut-bar/Makefile.am')
-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 54e6af0f5f..a89b3dfe8b 100644 --- a/widgets/shortcut-bar/Makefile.am +++ b/widgets/shortcut-bar/Makefile.am @@ -26,7 +26,7 @@ test_shortcut_bar_SOURCES = \ test_shortcut_bar_LDADD = \ ./libshortcut-bar.a \ ../e-text/libetext.a \ - ../../e-util/libeutil.a \ + ../../e-util/libeutil.la\ $(EXTRA_GNOME_LIBS) test_shortcut_bar_LDFLAGS = \ |