diff options
author | Werner Koch <[email protected]> | 2006-09-20 11:01:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-20 11:01:49 +0000 |
commit | c69dc436ce9037ebf54383eb1adad728eb6fa859 (patch) | |
tree | 86d1d65cb6ab4fced535e8e064c1a69df85ab8e5 /kbx | |
parent | Some restructuring (diff) | |
download | gnupg-c69dc436ce9037ebf54383eb1adad728eb6fa859.tar.gz gnupg-c69dc436ce9037ebf54383eb1adad728eb6fa859.zip |
Cleanups.
Diffstat (limited to 'kbx')
-rw-r--r-- | kbx/ChangeLog | 4 | ||||
-rw-r--r-- | kbx/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/kbx/ChangeLog b/kbx/ChangeLog index a7202a69e..8a3c66596 100644 --- a/kbx/ChangeLog +++ b/kbx/ChangeLog @@ -1,3 +1,7 @@ +2006-09-20 Werner Koch <[email protected]> + + * Makefile.am ($(PROGRAMS): New. + 2006-09-14 Werner Koch <[email protected]> Replaced all call gpg_error_from_errno(errno) by diff --git a/kbx/Makefile.am b/kbx/Makefile.am index 063dbb4c0..2d9223bfe 100644 --- a/kbx/Makefile.am +++ b/kbx/Makefile.am @@ -50,3 +50,4 @@ kbxutil_LDADD = ../jnlib/libjnlib.a ../gl/libgnu.a \ $(KSBA_LIBS) $(LIBGCRYPT_LIBS) \ -lgpg-error $(LIBINTL) ../common/libcommon.a +$(PROGRAMS) : ../jnlib/libjnlib.a ../gl/libgnu.a ../common/libcommon.a |