aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-21 00:48:43 +0800
committerDan Winship <danw@src.gnome.org>2003-02-21 00:48:43 +0800
commit986f2ace070dfe610ffb7595e525a895d3a6fb43 (patch)
treeba2edc7f75f292ca7185749e2fd012893b6a7a30 /my-evolution/Makefile.am
parent893213be54fe28e3f80e133041ab2a11e20a719d (diff)
downloadgsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar
gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar.gz
gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar.bz2
gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar.lz
gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar.xz
gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar.zst
gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.zip
Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamic
libraries, so they can be portably linked into the (shared library) components. (Part 1 of N.) svn path=/trunk/; revision=19971
Diffstat (limited to 'my-evolution/Makefile.am')
-rw-r--r--my-evolution/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am
index e86b7c9e5f..8dbc4bdff6 100644
--- a/my-evolution/Makefile.am
+++ b/my-evolution/Makefile.am
@@ -67,7 +67,7 @@ summary_sources = \
summary_libs = \
$(top_builddir)/calendar/gui/alarm-notify/libalarm.a \
$(top_builddir)/shell/libeshell.la \
- $(top_builddir)/widgets/misc/libemiscwidgets.a \
+ $(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/calendar/cal-client/libcal-client.la \
$(top_builddir)/calendar/cal-util/libcal-util.la \