summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-02-18 19:52:59 +0100
committerWerner Koch <wk@gnupg.org>1998-02-18 19:52:59 +0100
commit9119f2bf5942bd71aed5ff56b343d8f98149de28 (patch)
tree1a0f91454eb1f36c129a26196a2b02d926aed7bc /g10/Makefile.am
parentadded revcation stuff and fixed a couple of bugs (diff)
downloadgnupg2-9119f2bf5942bd71aed5ff56b343d8f98149de28.tar.xz
gnupg2-9119f2bf5942bd71aed5ff56b343d8f98149de28.zip
rel 0.2.7 mit kleines Korrekturen
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index 44cc3ae94..a2a72f778 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -2,6 +2,7 @@
INCLUDES = -I$(top_srcdir)/include
EXTRA_DIST = OPTIONS pubring.asc
+OMIT_DEPENDENCIES = zlib.h zconf.h
needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a
bin_PROGRAMS = g10 g10maint
@@ -59,5 +60,6 @@ g10maint_SOURCES = g10maint.c \
LDADD = @INTLLIBS@ $(needed_libs) @ZLIBS@
+
$(PROGRAMS): $(needed_libs)