diff options
author | Werner Koch <wk@gnupg.org> | 2004-12-02 08:48:09 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-12-02 08:48:09 +0100 |
commit | 4a73d94757f61e4aa2d1841535409622c2c473e3 (patch) | |
tree | 3848fcc2f05e79f26e776f6e4dfa133aeff8d04e /kbx/Makefile.am | |
parent | 2004-11-30 Timo Schulz <ts@g10code.com> (diff) | |
download | gnupg2-4a73d94757f61e4aa2d1841535409622c2c473e3.tar.xz gnupg2-4a73d94757f61e4aa2d1841535409622c2c473e3.zip |
First take on a W32 port
Diffstat (limited to 'kbx/Makefile.am')
-rw-r--r-- | kbx/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/kbx/Makefile.am b/kbx/Makefile.am index 0b35587cb..ea8436d72 100644 --- a/kbx/Makefile.am +++ b/kbx/Makefile.am @@ -43,11 +43,8 @@ common_sources = \ libkeybox_a_SOURCES = $(common_sources) +# Note that libcommon is only required to resolve the LIBOBJS. kbxutil_SOURCES = kbxutil.c $(common_sources) kbxutil_LDADD = ../jnlib/libjnlib.a $(KSBA_LIBS) $(LIBGCRYPT_LIBS) \ - -lgpg-error @LIBINTL@ - - - - + -lgpg-error $(LIBINTL) ../common/libcommon.a |