diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-20 13:38:56 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-20 13:38:56 +0800 |
commit | 4481f892e14c30073dd11a8aff6696804970baf3 (patch) | |
tree | 8816938837a560d808d77ce678c53d021330f19f /my-evolution/Makefile.am | |
parent | 337092268a667ae9fab80d6438c59dcb4c7ec859 (diff) | |
download | gsoc2013-evolution-4481f892e14c30073dd11a8aff6696804970baf3.tar.gz gsoc2013-evolution-4481f892e14c30073dd11a8aff6696804970baf3.tar.zst gsoc2013-evolution-4481f892e14c30073dd11a8aff6696804970baf3.zip |
revert previous change
svn path=/trunk/; revision=19968
Diffstat (limited to 'my-evolution/Makefile.am')
-rw-r--r-- | my-evolution/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index b2be84d1a5..e86b7c9e5f 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -65,7 +65,7 @@ summary_sources = \ weather.h summary_libs = \ - $(top_builddir)/calendar/gui/alarm-notify/libalarm.la \ + $(top_builddir)/calendar/gui/alarm-notify/libalarm.a \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ |