From: Thomas Roessler Date: Wed, 29 Mar 2000 09:08:31 +0000 (+0000) Subject: Build diff from Brendan Cully. X-Git-Tag: mutt-1-1-10-rel~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f1a8271c617b84643092cf0e31def614800e523;p=mutt Build diff from Brendan Cully. --- diff --git a/Makefile.am b/Makefile.am index 81fce783..e751ced4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ DEFS=-DSHAREDIR=\"$(sharedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \ -DBINDIR=\"$(bindir)\" -DHAVE_CONFIG_H=1 # top_srcdir is for building outside of the source tree -INCLUDES=-I$(top_srcdir) -I. $(IMAP_INCLUDES) -I$(includedir) +INCLUDES=-I$(top_srcdir) -I. $(IMAP_INCLUDES) -Iintl -I$(includedir) non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgplib.c sha1dgst.c \ gnupgparse.c sha.h sha_locl.h \ @@ -183,7 +183,6 @@ Muttrc: stamp-doc-rc stamp-doc-rc: $(srcdir)/init.h makedoc Muttrc.head -rm -f Muttrc stamp-doc-rc $(CPP) $(INCLUDES) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C \ - $(srcdir)/init.h | ./makedoc -c | cat $(srcdir)/Muttrc.head - \ - > Muttrc + $(srcdir)/init.h | ./makedoc -c | cat Muttrc.head - > Muttrc touch stamp-doc-rc diff --git a/imap/Makefile.am b/imap/Makefile.am index f61b5b7a..27bc38ad 100644 --- a/imap/Makefile.am +++ b/imap/Makefile.am @@ -13,7 +13,7 @@ endif EXTRA_DIST = BUGS README TODO imap_ssl.c imap_ssl.h auth_gss.c -INCLUDES = -I$(top_srcdir) +INCLUDES = -I$(top_srcdir) -I../intl noinst_LIBRARIES = libimap.a noinst_HEADERS = imap_private.h imap_socket.h md5.h message.h $(SSLHEADERS)