diff options
Diffstat (limited to 'g10/Makefile.am')
-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 5bb3db24b..128d594cd 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -55,7 +55,7 @@ g10_SOURCES = g10.c \ g10maint_SOURCES = g10maint.c \ $(common_source) -LDADD = @INTLLIBS@ $(needed_libs) +LDADD = @INTLLIBS@ $(needed_libs) @ZLIBS@ $(PROGRAMS): $(needed_libs) |