[PATCH] Add missing space in g10/Makefile.am

Art Haas ahaas at airmail.net
Fri Jun 8 15:46:21 CEST 2007


Hi.

This tiny patch adds a missing space between the library dependencies.
Without it the dependency looks like '-lgcrypt-lassuan'.

Art Haas

Index: g10/Makefile.am
===================================================================
--- g10/Makefile.am	(revision 4508)
+++ g10/Makefile.am	(working copy)
@@ -119,7 +119,7 @@
 LDADD =  $(needed_libs) ../common/libgpgrl.a \
          $(ZLIBS) $(DNSLIBS) $(LIBREADLINE) \
          $(LIBINTL) $(CAPLIBS) $(NETLIBS)
-gpg2_LDADD =  $(LDADD) $(LIBGCRYPT_LIBS)$(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
+gpg2_LDADD =  $(LDADD) $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
 	     $(LIBICONV)
 gpgv2_LDADD = $(LDADD) $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
 	      $(LIBICONV)
-- 
Man once surrendering his reason, has no remaining guard against absurdities
the most monstrous, and like a ship without rudder, is the sport of every wind.

-Thomas Jefferson to James Smith, 1822



More information about the Gnupg-devel mailing list