diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-19 20:43:31 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-19 20:43:31 +0800 |
commit | d004563b7bdb02b44e96d8202ca84880082f8ff5 (patch) | |
tree | 203952f68a1b19f0ed4e180661238d4c16b8442f /addressbook | |
parent | b3471557bbf63250f6362858cde319ec27080dea (diff) | |
download | gsoc2013-evolution-d004563b7bdb02b44e96d8202ca84880082f8ff5.tar.gz gsoc2013-evolution-d004563b7bdb02b44e96d8202ca84880082f8ff5.tar.zst gsoc2013-evolution-d004563b7bdb02b44e96d8202ca84880082f8ff5.zip |
Remove an obsolete Makefile.am stanza.
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/printing/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index cd22b43380..f3090d6a09 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -36,12 +36,6 @@ contact_print_test_LDADD = \ $(top_builddir)/e-util/libeutil.la \ $(EVOLUTION_ADDRESSBOOK_LIBS) -contact_print_style_editor_test_LDADD = \ - libecontactprint.la \ - $(top_builddir)/addressbook/util/libeabutil.la \ - $(top_builddir)/e-util/libeutil.la \ - $(EVOLUTION_ADDRESSBOOK_LIBS) - EXTRA_DIST = \ $(ecps_DATA) |