aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a12e89050..0a14abfea7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
in a separate -lregex. Include also camel-provider's CFLAGS and
LIBS for IMPORTERS. Expand win32/Makefile.
+ * Makefile.am (SUBDIRS): Add win32.
+
* plugin.mk: Expand also @SOEXT@.
* server.mk: Expand also @SOEXT@ and @EXEEXT@.
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 \