diff options
author | Jon Trowbridge <trow@src.gnome.org> | 2001-02-20 07:33:54 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-02-20 07:33:54 +0800 |
commit | f875d3086c6939e6efeddb2c56ec47f4eb63036b (patch) | |
tree | d869e50bbfe9951021e50b669590d433d3448074 /addressbook/backend/ebook/Makefile.am | |
parent | e015fa25255c7f0213887a85f98007415cc8c0b1 (diff) | |
download | gsoc2013-evolution-f875d3086c6939e6efeddb2c56ec47f4eb63036b.tar gsoc2013-evolution-f875d3086c6939e6efeddb2c56ec47f4eb63036b.tar.gz gsoc2013-evolution-f875d3086c6939e6efeddb2c56ec47f4eb63036b.tar.bz2 gsoc2013-evolution-f875d3086c6939e6efeddb2c56ec47f4eb63036b.tar.lz gsoc2013-evolution-f875d3086c6939e6efeddb2c56ec47f4eb63036b.tar.xz gsoc2013-evolution-f875d3086c6939e6efeddb2c56ec47f4eb63036b.tar.zst gsoc2013-evolution-f875d3086c6939e6efeddb2c56ec47f4eb63036b.zip |
Removed entry to nonexistant program.
svn path=/trunk/; revision=8286
Diffstat (limited to 'addressbook/backend/ebook/Makefile.am')
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index 0072ef8820..207a87256e 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = test-card test-client test-client-list test-completion +noinst_PROGRAMS = test-card test-client test-client-list bin_PROGRAMS = evolution-gnomecard-importer \ load-pine-addressbook load-gnomecard-addressbook @@ -105,17 +105,6 @@ test_card_LDADD = \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libeutil.la -test_completion_SOURCES = \ - test-completion.c - -test_completion_LDADD = \ - libebook.la \ - $(BONOBO_GNOME_LIBS) \ - $(EXTRA_GNOME_LIBS) \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.la \ - $(top_builddir)/e-util/libeutil.la - evolution_gnomecard_importer_SOURCES = \ evolution-gnomecard-importer.c evolution_gnomecard_importer_LDADD = \ |