aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-20 12:44:13 +0800
committerDan Winship <danw@src.gnome.org>2003-02-20 12:44:13 +0800
commit350ea911931115a4176c6cd3ac2abf5643d0d7cc (patch)
tree06527c9c81fe8d50120d19a6152d85a4db145d62 /my-evolution
parent94e846e2a956a0ee3dd3afd85946714451afe8af (diff)
downloadgsoc2013-evolution-350ea911931115a4176c6cd3ac2abf5643d0d7cc.tar
gsoc2013-evolution-350ea911931115a4176c6cd3ac2abf5643d0d7cc.tar.gz
gsoc2013-evolution-350ea911931115a4176c6cd3ac2abf5643d0d7cc.tar.bz2
gsoc2013-evolution-350ea911931115a4176c6cd3ac2abf5643d0d7cc.tar.lz
gsoc2013-evolution-350ea911931115a4176c6cd3ac2abf5643d0d7cc.tar.xz
gsoc2013-evolution-350ea911931115a4176c6cd3ac2abf5643d0d7cc.tar.zst
gsoc2013-evolution-350ea911931115a4176c6cd3ac2abf5643d0d7cc.zip
s/libalarm.a/libalarm.la/
* Makefile.am (summary_libs): s/libalarm.a/libalarm.la/ svn path=/trunk/; revision=19966
Diffstat (limited to 'my-evolution')
-rw-r--r--my-evolution/ChangeLog2
-rw-r--r--my-evolution/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index ef383c0cc3..40f2b199ad 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,5 +1,7 @@
2003-02-19 Dan Winship <danw@ximian.com>
+ * Makefile.am (summary_libs): s/libalarm.a/libalarm.la/
+
* e-summary-rdf.c: Declare xmlSubstituteEntitiesDefaultValue
extern.
(message_finished): And set its value here. Fixes a duplicate
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am
index e86b7c9e5f..b2be84d1a5 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.a \
+ $(top_builddir)/calendar/gui/alarm-notify/libalarm.la \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/widgets/misc/libemiscwidgets.a \
$(top_builddir)/e-util/libeutil.la \