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 | |
parent | 818a27977d1c01d3007aafbb58675586eab47e77 (diff) | |
download | gsoc2013-evolution-c78c05d8af2d2deddb3d06da5fb408acfc03dfb0.tar gsoc2013-evolution-c78c05d8af2d2deddb3d06da5fb408acfc03dfb0.tar.gz gsoc2013-evolution-c78c05d8af2d2deddb3d06da5fb408acfc03dfb0.tar.bz2 gsoc2013-evolution-c78c05d8af2d2deddb3d06da5fb408acfc03dfb0.tar.lz gsoc2013-evolution-c78c05d8af2d2deddb3d06da5fb408acfc03dfb0.tar.xz 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
-rw-r--r-- | libical/ChangeLog | 5 | ||||
-rw-r--r-- | libical/src/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 2a6dd7d768..7d74fce7cd 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,5 +1,10 @@ 2001-04-18 Ettore Perazzoli <ettore@ximian.com> + * src/Makefile.am (SUBDIRS): Don't compile the Python stuff nor + the tests for now; they are broken. + +2001-04-18 Ettore Perazzoli <ettore@ximian.com> + * src/libicalss/Makefile.am (COMBINEDHEADERS): All of these have to come from the srcdir: prepend `$(srcdir)'. 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 |