aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-10-24 01:22:12 +0800
committerChris Toshok <toshok@src.gnome.org>2003-10-24 01:22:12 +0800
commit71e7cc38901659a492fcaf364e9cef63275fb85f (patch)
tree18765f000a348cdf9db1d1b4996184200643bc2d
parenta3671210726bc12b71926b48902e797e638a292b (diff)
downloadgsoc2013-evolution-71e7cc38901659a492fcaf364e9cef63275fb85f.tar
gsoc2013-evolution-71e7cc38901659a492fcaf364e9cef63275fb85f.tar.gz
gsoc2013-evolution-71e7cc38901659a492fcaf364e9cef63275fb85f.tar.bz2
gsoc2013-evolution-71e7cc38901659a492fcaf364e9cef63275fb85f.tar.lz
gsoc2013-evolution-71e7cc38901659a492fcaf364e9cef63275fb85f.tar.xz
gsoc2013-evolution-71e7cc38901659a492fcaf364e9cef63275fb85f.tar.zst
gsoc2013-evolution-71e7cc38901659a492fcaf364e9cef63275fb85f.zip
add smime/* dirs. to AC_OUTPUT.
2003-10-23 Chris Toshok <toshok@ximian.com> * configure.in: add smime/* dirs. to AC_OUTPUT. * Makefile.am (SUBDIRS): add smime/. svn path=/trunk/; revision=23047
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am1
-rw-r--r--configure.in5
3 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73266874fe..5678da1b10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-23 Chris Toshok <toshok@ximian.com>
+
+ * configure.in: add smime/* dirs. to AC_OUTPUT.
+
+ * Makefile.am (SUBDIRS): add smime/.
+
2003-10-23 Frederic Crozat <fcrozat@mandrakesoft.com>
* configure.in: Check for gnome-thumbnail.h existence
diff --git a/Makefile.am b/Makefile.am
index 43368cdf25..15bd2a6ec6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,7 @@ SUBDIRS = \
shell \
camel \
filter \
+ smime \
addressbook \
calendar \
art \
diff --git a/configure.in b/configure.in
index 68a463066b..53b9da79cc 100644
--- a/configure.in
+++ b/configure.in
@@ -57,6 +57,7 @@ localedir='$(prefix)/$(DATADIRNAME)/locale'
AC_SUBST(localedir)
dnl Initialize libtool
+AM_DISABLE_STATIC
AM_PROG_LIBTOOL
dnl alloca()
@@ -1409,6 +1410,10 @@ calendar/gui/alarm-notify/Makefile
calendar/gui/dialogs/Makefile
composer/Makefile
mail/Makefile
+mail/importers/Makefile
+smime/Makefile
+smime/lib/Makefile
+smime/gui/Makefile
tools/Makefile
evolution-shell.pc
evolution-addressbook.pc