diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-18 23:47:26 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-18 23:47:26 +0800 |
commit | c78c05d8af2d2deddb3d06da5fb408acfc03dfb0 (patch) | |
tree | 12a3430a75d9f60bd4aad66252987aef01b45a0d /libical/src | |
parent | 818a27977d1c01d3007aafbb58675586eab47e77 (diff) | |
download | gsoc2013-evolution-c78c05d8af2d2deddb3d06da5fb408acfc03dfb0.tar.gz gsoc2013-evolution-c78c05d8af2d2deddb3d06da5fb408acfc03dfb0.tar.zst gsoc2013-evolution-c78c05d8af2d2deddb3d06da5fb408acfc03dfb0.zip |
Disable the Python stuff and the tests for now. They are broken and
are not needed by end users anyway.
svn path=/trunk/; revision=9443
Diffstat (limited to 'libical/src')
-rw-r--r-- | libical/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libical/src/Makefile.am b/libical/src/Makefile.am index 108581258d..d6ba22c548 100644 --- a/libical/src/Makefile.am +++ b/libical/src/Makefile.am @@ -4,4 +4,4 @@ else PYTHON_DIR = endif -SUBDIRS = libical libicalss libicalvcal $(PYTHON_DIR) test +SUBDIRS = libical libicalss libicalvcal # $(PYTHON_DIR) test |