-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 \
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
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)