diff options
author | Werner Koch <[email protected]> | 2001-10-23 08:04:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-10-23 08:04:00 +0000 |
commit | b920ef23ca4777e2492e1ea7fd614e16154e73ad (patch) | |
tree | 25823edc00406f1b57ec50eb18d13987802a9c87 /g10/Makefile.am | |
parent | Minor fixes (diff) | |
download | gnupg-SNAP-1-0-6b.tar.gz gnupg-SNAP-1-0-6b.zip |
more fixes due to automake 1.5SNAP-1-0-6b
Diffstat (limited to '')
-rw-r--r-- | g10/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 7ad0afdc6..9828da796 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -20,7 +20,8 @@ INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl EXTRA_DIST = OPTIONS pubring.asc options.skel -OMIT_DEPENDENCIES = zlib.h zconf.h +# it seems that we can't use this with automake 1.5 +#OMIT_DEPENDENCIES = zlib.h zconf.h LDFLAGS = @LDFLAGS@ @DYNLINK_LDFLAGS@ needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a |