diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-09-21 12:19:38 +0800 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-09-21 12:19:38 +0800 |
commit | 6d621a1f5d19ce175143beac7e25e7459d9b0fea (patch) | |
tree | cc0241cbd387be1ee7c5017b03b37eb4b67aa6fc /calendar | |
parent | 0e5ef0d55438b12e8fe9d22c55a94cdf7da273c3 (diff) | |
download | gsoc2013-evolution-6d621a1f5d19ce175143beac7e25e7459d9b0fea.tar gsoc2013-evolution-6d621a1f5d19ce175143beac7e25e7459d9b0fea.tar.gz gsoc2013-evolution-6d621a1f5d19ce175143beac7e25e7459d9b0fea.tar.bz2 gsoc2013-evolution-6d621a1f5d19ce175143beac7e25e7459d9b0fea.tar.lz gsoc2013-evolution-6d621a1f5d19ce175143beac7e25e7459d9b0fea.tar.xz gsoc2013-evolution-6d621a1f5d19ce175143beac7e25e7459d9b0fea.tar.zst gsoc2013-evolution-6d621a1f5d19ce175143beac7e25e7459d9b0fea.zip |
remove gnomecard from subdirs until it actually compiles
svn path=/trunk/; revision=389
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/Makefile.am | 2 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 3f1cb80632..6acbaf74b0 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = versit gnomecard +SUBDIRS = versit #gnomecard help_base = $(datadir)/gnome/help/cal CFLAGS += -Wall diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 3f1cb80632..6acbaf74b0 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = versit gnomecard +SUBDIRS = versit #gnomecard help_base = $(datadir)/gnome/help/cal CFLAGS += -Wall |