diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-21 00:48:43 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-21 00:48:43 +0800 |
commit | 986f2ace070dfe610ffb7595e525a895d3a6fb43 (patch) | |
tree | ba2edc7f75f292ca7185749e2fd012893b6a7a30 /addressbook | |
parent | 893213be54fe28e3f80e133041ab2a11e20a719d (diff) | |
download | gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar.gz 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 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 8 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 8 |
3 files changed, 13 insertions, 5 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d6f7c1b890..128f0395a7 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2003-02-20 Dan Winship <danw@ximian.com> + + * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): + s/libemiscwidgets.a/libemiscwidgets.la/ + + * gui/widgets/Makefile.am: Likewise (in a bunch of commented-out + test programs) + 2003-02-19 Dan Winship <danw@ximian.com> * gui/widgets/e-addressbook-model.c: Make parent_class static. diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index d53fb4c7ac..c5e22211e2 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -58,7 +58,7 @@ libevolution_addressbook_la_LIBADD = \ $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.a \ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.a \ $(top_builddir)/libversit/libversit.a \ - $(top_builddir)/widgets/misc/libemiscwidgets.a \ + $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/addressbook/gui/merging/libecardmerging.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/menus/libmenus.la \ diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 44938fb100..2b9d7c88f2 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -98,7 +98,7 @@ MARSHAL_GENERATED = e-addressbook-marshal.c e-addressbook-marshal.h # $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.a \ # $(top_builddir)/addressbook/printing/libecontactprint.a \ # $(top_builddir)/addressbook/gui/merging/libecardmerging.a \ -# $(top_builddir)/widgets/misc/libemiscwidgets.a \ +# $(top_builddir)/widgets/misc/libemiscwidgets.la \ # $(top_builddir)/addressbook/gui/component/select-names/libeselectnames.la \ # $(top_builddir)/e-util/libeutil.la \ # $(EVOLUTION_ADDRESSBOOK_LIBS) \ @@ -115,7 +115,7 @@ MARSHAL_GENERATED = e-addressbook-marshal.c e-addressbook-marshal.h # $(top_builddir)/e-util/ename/libename.la \ # $(top_builddir)/addressbook/contact-editor/libecontacteditor.a \ # $(top_builddir)/addressbook/printing/libecontactprint.a \ -# $(top_builddir)/widgets/misc/libemiscwidgets.a \ +# $(top_builddir)/widgets/misc/libemiscwidgets.la \ # $(top_builddir)/e-util/libeutil.la \ # $(EVOLUTION_ADDRESSBOOK_LIBS) @@ -131,7 +131,7 @@ MARSHAL_GENERATED = e-addressbook-marshal.c e-addressbook-marshal.h # $(top_builddir)/addressbook/ename/libename.la \ # $(top_builddir)/addressbook/contact-editor/libecontacteditor.a \ # $(top_builddir)/addressbook/printing/libecontactprint.a \ -# $(top_builddir)/widgets/misc/libemiscwidgets.a \ +# $(top_builddir)/widgets/misc/libemiscwidgets.la \ # $(top_builddir)/e-util/libeutil.la # #minicard_widget_test_SOURCES = \ @@ -147,7 +147,7 @@ MARSHAL_GENERATED = e-addressbook-marshal.c e-addressbook-marshal.h # $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.a \ # $(top_builddir)/addressbook/gui/component/select-names/libeselectnames.la \ # $(top_builddir)/addressbook/printing/libecontactprint.a \ -# $(top_builddir)/widgets/misc/libemiscwidgets.a \ +# $(top_builddir)/widgets/misc/libemiscwidgets.la \ # $(top_builddir)/e-util/libeutil.la \ # $(top_builddir)/addressbook/gui/merging/libecardmerging.a \ # $(EVOLUTION_ADDRESSBOOK_LIBS) |