diff options
author | Chris Toshok <toshok@ximian.com> | 2003-10-24 01:22:12 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-10-24 01:22:12 +0800 |
commit | 71e7cc38901659a492fcaf364e9cef63275fb85f (patch) | |
tree | 18765f000a348cdf9db1d1b4996184200643bc2d /Makefile.am | |
parent | a3671210726bc12b71926b48902e797e638a292b (diff) | |
download | gsoc2013-evolution-71e7cc38901659a492fcaf364e9cef63275fb85f.tar.gz 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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |