diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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 \ |