From: Thomas Roessler Date: Fri, 30 Mar 2001 08:53:12 +0000 (+0000) Subject: Add a rule for ../types.h. X-Git-Tag: mutt-1-3-18-rel~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba791958325097a4d047ed9e6c8b57068c0060b7;p=mutt Add a rule for ../types.h. --- 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