diff options
author | bertrand <bg@aful.org> | 2000-03-21 16:54:06 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-21 16:54:06 +0800 |
commit | 975b6ef8bcaa27300db012f2569562a9f4dc11b3 (patch) | |
tree | 310cc69422982dba0607005d30b80795f8a8ce85 /Makefile.am | |
parent | a726033ce0a2fdedeb8dde1fce07d3f3d6ee7726 (diff) | |
download | gsoc2013-evolution-975b6ef8bcaa27300db012f2569562a9f4dc11b3.tar.gz gsoc2013-evolution-975b6ef8bcaa27300db012f2569562a9f4dc11b3.tar.zst gsoc2013-evolution-975b6ef8bcaa27300db012f2569562a9f4dc11b3.zip |
Temporarily removed the calendar from the subdirs list. The compilation
03-21-2000 bertrand <bg@aful.org>
Temporarily removed the calendar from the subdirs list.
The compilation errors confuse people.
svn path=/trunk/; revision=2129
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c68ea925e7..ffa9923093 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,8 +25,9 @@ SUBDIRS = \ tests \ addressbook \ libical \ - libversit \ - calendar + libversit +# Add this when the calendar builds. +# calendar dist-hook: for subdir in intl ; do \ |