diff options
Diffstat (limited to 'sm')
-rw-r--r-- | sm/ChangeLog | 4 | ||||
-rw-r--r-- | sm/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog index e10bd3458..b72b333d4 100644 --- a/sm/ChangeLog +++ b/sm/ChangeLog @@ -1,3 +1,7 @@ +2010-11-23 Werner Koch <[email protected]> + + * Makefile.am (gpgsm_LDADD): Add extra_bin_ldflags. + 2010-10-08 Werner Koch <[email protected]> * gpgsm.c: Add option --with-keygrip. diff --git a/sm/Makefile.am b/sm/Makefile.am index 7386debcb..122323dcd 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -59,6 +59,7 @@ gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a \ $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \ $(GPG_ERROR_LIBS) $(LIBREADLINE) $(LIBINTL) $(ZLIBS) \ $(LIBICONV) $(extra_sys_libs) +gpgsm_LDFLAGS = $(extra_bin_ldflags) # Make sure that all libs are build before we use them. This is # important for things like make -j2. |