diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-16 03:49:08 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-16 03:49:08 +0800 |
commit | bb518cc4f0ffc178609bce3ce9be02efbd1146da (patch) | |
tree | cfe62617d4d36c79c4ae14baff009367720ba4f4 /Makefile.am | |
parent | 1e2acdd66b8575b1a48a9950f46c061c1613bace (diff) | |
download | gsoc2013-evolution-bb518cc4f0ffc178609bce3ce9be02efbd1146da.tar.gz gsoc2013-evolution-bb518cc4f0ffc178609bce3ce9be02efbd1146da.tar.zst gsoc2013-evolution-bb518cc4f0ffc178609bce3ce9be02efbd1146da.zip |
Add win32.
2005-06-15 Tor Lillqvist <tml@novell.com>
* Makefile.am (SUBDIRS): Add win32.
svn path=/trunk/; revision=29512
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 f43709a654..c2b5584aad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ SMIME_DIR=smime endif SUBDIRS = \ + win32 \ data \ e-util \ a11y \ |