diff options
author | Werner Koch <[email protected]> | 2000-12-21 11:51:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-12-21 11:51:57 +0000 |
commit | a1c48aede258c0b999ec0949d7cc2f78b7183c8e (patch) | |
tree | cc8100d7c631cf202b9345157c05a546fe7ef244 /g10 | |
parent | Removed the libgcrypt stuff and started to modify the source to work with (diff) | |
download | gnupg-a1c48aede258c0b999ec0949d7cc2f78b7183c8e.tar.gz gnupg-a1c48aede258c0b999ec0949d7cc2f78b7183c8e.zip |
Does now work with libgcrypt
Diffstat (limited to 'g10')
-rw-r--r-- | g10/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 4f576394f..3e724512b 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl EXTRA_DIST = OPTIONS pubring.asc options.skel OMIT_DEPENDENCIES = zlib.h zconf.h -LDFLAGS = -static @LDFLAGS@ @DYNLINK_LDFLAGS@ -lgcrypt +LDFLAGS = @LDFLAGS@ $(LIBGCRYPT_LIBS) # we need to add libutil.la a second time because we have to resolve # gpg_log_ in some libjnlib modules. - very ugly - should be removed soon. needed_libs = ../util/libutil.a \ |