diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-01-26 08:04:14 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-01-26 08:04:14 +0800 |
commit | 20efd536d04574d105bc8814af4a79cb4e9031e6 (patch) | |
tree | 2639675b33edac8e1f728557957f3e377f4ff338 /configure.in | |
parent | 1183808afc92edf659d05876bcda209a78e5c411 (diff) | |
download | gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.gz gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.bz2 gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.lz gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.xz gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.zst gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.zip |
Example contact printing style. Not used yet.
2000-01-25 Christopher James Lahey <clahey@helixcode.com>
* addressbook/printing/smallbook.ecps: Example contact printing
style. Not used yet.
* addressbook/printing/e-contact-print.glade: A glade file for
editing contact printing styles. Not used yet.
* addressbook/printing/test-print.c: Test file for printing.
* addressbook/printing/e-contact-print.c,
addressbook/printing/e-contact-print.h,
addressbook/printing/e-contact-print-types.h,
addressbook/printing/Makefile.am, addressbook/printing/.cvsignore:
New files for contact printing support.
* addressbook/Makefile.am (SUBDIRS): Add printing.
* configure.in: Check for gnome-print. Build the
addressbook/printing Makefile.
svn path=/trunk/; revision=1634
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8c2436f70e..571e1e621b 100644 --- a/configure.in +++ b/configure.in @@ -54,6 +54,10 @@ fi AM_CONDITIONAL(HAVE_PTHREAD, $have_pthread) +dnl ************************************************** +dnl * Print check +dnl ************************************************** +GNOME_PRINT_CHECK dnl ************************************************** dnl * ORBit support @@ -173,6 +177,7 @@ widgets/shortcut-bar/Makefile widgets/e-table/Makefile addressbook/Makefile addressbook/contact-editor/Makefile +addressbook/printing/Makefile shell/Makefile mail/Makefile data/Makefile |