aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/shortcut-bar
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-02-29 02:54:40 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-02-29 02:54:40 +0800
commitce16b05aed027e814af0a36bd76dc49cfb22df2f (patch)
treea0848cfa70a263c92f79b8e1191aac66c30fd319 /widgets/shortcut-bar
parent596eeafb566e25285725e0e79c9337d3d6b53f97 (diff)
downloadgsoc2013-evolution-ce16b05aed027e814af0a36bd76dc49cfb22df2f.tar
gsoc2013-evolution-ce16b05aed027e814af0a36bd76dc49cfb22df2f.tar.gz
gsoc2013-evolution-ce16b05aed027e814af0a36bd76dc49cfb22df2f.tar.bz2
gsoc2013-evolution-ce16b05aed027e814af0a36bd76dc49cfb22df2f.tar.lz
gsoc2013-evolution-ce16b05aed027e814af0a36bd76dc49cfb22df2f.tar.xz
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')
-rw-r--r--widgets/shortcut-bar/Makefile.am2
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 = \