diff options
Diffstat (limited to '')
-rw-r--r-- | g10/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 8e0ac443f..299ea5131 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -4,8 +4,8 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl EXTRA_DIST = OPTIONS pubring.asc options.skel OMIT_DEPENDENCIES = zlib.h zconf.h LDFLAGS = @LDFLAGS@ @DYNLINK_LDFLAGS@ -needed_libs = ../cipher/libcipher.la ../mpi/libmpi.la ../util/libutil.la \ - ../gcrypt/libgcrypt.la +##needed_libs = ../util/libutil.la ../gcrypt/libgcrypt.la +needed_libs = #noinst_PROGRAMS = gpgd bin_PROGRAMS = gpg |