]> granicus.if.org Git - mutt/commitdiff
Add missing dependencies for pgpring. Fix from David Ellement
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 26 Jul 1999 18:20:50 +0000 (18:20 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 26 Jul 1999 18:20:50 +0000 (18:20 +0000)
<ellement@sdd.hp.com>

Makefile.am

index 639c4aea6e4434a82d0b61084372d88d441f44a7..4662cd2788c9ef4a10b2fbd61c2f5f4744ab5e03 100644 (file)
@@ -60,8 +60,8 @@ mutt_dotlock_LDADD = @LIBOBJS@
 mutt_dotlock_DEPENDENCIES = @LIBOBJS@
 
 pgpring_SOURCES = pgppubring.c pgplib.c lib.c extlib.c sha1dgst.c
-pgpring_LDADD = @LIBOBJS@
-pgpring_DEPENDENCIES = @LIBOBJS@
+pgpring_LDADD = @LIBOBJS@ $(INTLLIBS) 
+pgpring_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS)
 
 mutt_dotlock.c: dotlock.c
        cp $(srcdir)/dotlock.c mutt_dotlock.c