]> granicus.if.org Git - mutt/commitdiff
Make sure checktypes and makedoc don't depend on the intl library.
authorThomas Roessler <roessler@does-not-exist.org>
Sat, 29 Jul 2000 09:54:16 +0000 (09:54 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sat, 29 Jul 2000 09:54:16 +0000 (09:54 +0000)
Makefile.am

index c62d1eabb3c015d126ce76103fee5c56c2435ea7..fb23509d54bd349bbe950a6afa6e23f7d6df3002 100644 (file)
@@ -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@