diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index a2bd9337d..98e2329ca 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2010-11-23 Werner Koch <[email protected]> + + * Makefile.am (gpgconf_LDFLAGS): Add extra_bin_ldflags. + 2010-11-17 Marcus Brinkmann <[email protected]> * gogconf.c: Revert accidental debug output commit. diff --git a/tools/Makefile.am b/tools/Makefile.am index b85d2640b..323e11433 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -96,6 +96,7 @@ gpgconf_SOURCES = gpgconf.c gpgconf.h gpgconf-comp.c no-libgcrypt.c gpgconf_LDADD = $(maybe_commonpth_libs) $(opt_libassuan_libs) \ $(LIBINTL) $(GPG_ERROR_LIBS) $(PTH_LIBS) $(NETLIBS) \ $(LIBICONV) $(W32SOCKLIBS) +gpgconf_LDFLAGS = $(extra_bin_ldflags) gpgparsemail_SOURCES = gpgparsemail.c rfc822parse.c rfc822parse.h gpgparsemail_LDADD = |