summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imap/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/imap/Makefile.am b/imap/Makefile.am
index bbf773b4..63564cdf 100644
--- a/imap/Makefile.am
+++ b/imap/Makefile.am
@@ -24,3 +24,5 @@ noinst_HEADERS = auth.h imap_private.h message.h
libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h \
message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES)
+../types.h:
+ cd .. && make types.h