]> granicus.if.org Git - neomutt/commitdiff
Unbreak build with included gettext by explicitly removing libs for mutt_md5
authorVladimir Marek <Vladimir.Marek@Sun.COM>
Mon, 19 May 2008 16:49:00 +0000 (18:49 +0200)
committerVladimir Marek <Vladimir.Marek@Sun.COM>
Mon, 19 May 2008 16:49:00 +0000 (18:49 +0200)
Makefile.am

index 1002cef64427bde4f81d9d41463d0e4e7116e9f5..b333677f05cb8aa352ea29bc4d94b74b31ef7040 100644 (file)
@@ -83,6 +83,7 @@ pgpring_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS)
 
 mutt_md5_SOURCES = md5.c
 mutt_md5_CFLAGS = -DMD5UTIL
+mutt_md5_LDADD =
 
 noinst_PROGRAMS = $(MUTT_MD5)
 
@@ -119,7 +120,7 @@ reldate.h: $(srcdir)/ChangeLog
        cmp -s reldate.h.tmp reldate.h || cp reldate.h.tmp reldate.h; \
        rm reldate.h.tmp
 
-hcversion.h: $(srcdir)/mutt.h $(srcdir)/rfc822.h hcachever.sh mutt_md5$(EXEEXT)
+hcversion.h: $(srcdir)/mutt.h $(srcdir)/rfc822.h hcachever.sh $(MUTT_MD5)
        ( echo '#include "config.h"'; echo '#include "mutt.h"'; ) \
        | $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) - | sh ./hcachever.sh hcversion.h