From: Thomas Roessler Date: Sat, 29 Jul 2000 09:54:16 +0000 (+0000) Subject: Make sure checktypes and makedoc don't depend on the intl library. X-Git-Tag: mutt-1-3-7-rel~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2515261cdc63bfce210fccb3775d19f0907f947c;p=mutt Make sure checktypes and makedoc don't depend on the intl library. --- diff --git a/Makefile.am b/Makefile.am index c62d1eab..fb23509d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,13 @@ mutt_DEPENDENCIES = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(LIBIMAPDEPS) \ $(INTLDEPS) makedoc_SOURCES = makedoc.c +makedoc_LDADD = +makedoc_DEPENDENCIES = + checktypes_SOURCES = checktypes.c +checktypes_LDADD = +checktypes_DEPENDENCIES = + CPP=@CPP@