diff options
author | Michael Meeks <michael@helixcode.com> | 2000-09-14 09:53:15 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-09-14 09:53:15 +0800 |
commit | fd88276cd22ace15490fc9183fe6139723cf9166 (patch) | |
tree | f8eab7ad1ec53b0e2dc17cad57e09de7243596d4 /addressbook/gui/component/Makefile.am | |
parent | 49d62ec1e269e8542817d35ce0ed8cd54e2fc3b2 (diff) | |
download | gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar.gz gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar.bz2 gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar.lz gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar.xz gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar.zst gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.zip |
fix path.
2000-09-14 Michael Meeks <michael@helixcode.com>
* gui/component/Makefile.am (evolution_addressbook_LDADD): fix path.
* gui/component/addressbook.c: update include.
* gui/component/addressbook-factory.c: update include.
* gui/widgets/e-minicard-view.h: update include.
* gui/search/e-addressbook-search-dialog.c: update include path.
svn path=/trunk/; revision=5418
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index f420c6dc5d..b3b644b561 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -48,7 +48,7 @@ evolution_addressbook_LDADD = \ $(top_builddir)/shell/libeshell.a \ $(EXTRA_GNOME_LIBS) \ $(BONOBO_HTML_GNOME_LIBS) \ - $(top_builddir)/addressbook/gui/minicard/libeminicard.a \ + $(top_builddir)/addressbook/gui/widgets/libeminicard.a \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/addressbook/ename/libename.la \ $(top_builddir)/addressbook/contact-editor/libecontacteditor.a \ |