diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-11-04 06:24:03 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-04 06:24:03 +0800 |
commit | 4adcdd069dc896b77b555e06da64a5c81d1bfc06 (patch) | |
tree | a4d5cae0937eae217a52e2ea4c53b485cc66c1e9 /Makefile.am | |
parent | ede7fcb220b739c4d12775904086afe0df595acd (diff) | |
download | gsoc2013-evolution-4adcdd069dc896b77b555e06da64a5c81d1bfc06.tar.gz gsoc2013-evolution-4adcdd069dc896b77b555e06da64a5c81d1bfc06.tar.zst gsoc2013-evolution-4adcdd069dc896b77b555e06da64a5c81d1bfc06.zip |
re-added calendar component (only non-UI stuff).
2002-11-03 Rodrigo Moya <rodrigo@ximian.com>
* configure.in:
* Makefile.am: re-added calendar component (only non-UI stuff).
* data/Makefile.am: use intltools instead of xml-i18n-tools.
svn path=/trunk/; revision=18514
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 608f766574..73cddaf820 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,7 @@ SUBDIRS = \ e-util \ libical \ widgets \ + calendar \ art \ ui \ default_user \ @@ -72,3 +73,5 @@ cde-install: install dtappintegrate cde-uninstall: dtappunintegrate uninstall endif + +ACLOCAL_AMFLAGS = -I m4 |