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 /addressbook/gui/component | |
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 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index d9a210a0ae..d53fb4c7ac 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -48,15 +48,15 @@ libevolution_addressbook_la_SOURCES = \ libevolution_addressbook_la_LIBADD = \ select-names/libeselectnames.la \ $(top_builddir)/shell/libeshell.la \ - $(top_builddir)/addressbook/gui/widgets/libeminicard.la \ - $(top_builddir)/addressbook/printing/libecontactprint.la \ - $(top_builddir)/addressbook/gui/search/libeaddressbooksearch.la \ + $(top_builddir)/addressbook/gui/widgets/libeminicard.a \ + $(top_builddir)/addressbook/printing/libecontactprint.a \ + $(top_builddir)/addressbook/gui/search/libeaddressbooksearch.a \ $(top_builddir)/filter/libfilter.la \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \ - $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \ + $(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)/addressbook/gui/merging/libecardmerging.a \ |