diff options
author | JP Rosevear <jpr@src.gnome.org> | 2003-11-07 13:52:24 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-07 13:52:24 +0800 |
commit | 200606f92810d3de322e5ee96f8326e1a656f8bb (patch) | |
tree | da0dc27f5311128dcb6e7eb6400931e45743372e /Makefile.am | |
parent | e5472b4cc9a4bb80b89437a16f8b77943ea35555 (diff) | |
download | gsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.tar.gz gsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.tar.zst gsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.zip |
Various changes to merge in evolution-data-server reliance.
svn path=/trunk/; revision=23206
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 93ea62ff7f..242191fced 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,9 +5,7 @@ changelogs = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = \ camel.pc \ - evolution-shell.pc \ - evolution-addressbook.pc \ - evolution-calendar.pc + evolution-shell.pc EXTRA_DIST = \ AUTHORS \ @@ -31,7 +29,6 @@ endif SUBDIRS = \ data \ e-util \ - libical \ libversit \ a11y \ widgets \ @@ -47,7 +44,6 @@ SUBDIRS = \ ui \ default_user \ views \ - wombat \ tools \ help \ po |