mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
.
This commit is contained in:
parent
2a9f9d76a2
commit
7b8ea82ab6
20 changed files with 172 additions and 49 deletions
|
@ -33,11 +33,18 @@ needed_libs = ../gl/libgnu.a ../common/libcommon.a ../jnlib/libjnlib.a
|
|||
|
||||
bin_PROGRAMS = gpg2 gpgv2
|
||||
|
||||
if ENABLE_BZIP2_SUPPORT
|
||||
bzip2_source = compress-bz2.c
|
||||
else
|
||||
bzip2_source =
|
||||
endif
|
||||
|
||||
|
||||
common_source = \
|
||||
gpg.h \
|
||||
build-packet.c \
|
||||
compress.c \
|
||||
compress-bz2.c \
|
||||
$(bzip2_source) \
|
||||
filter.h \
|
||||
free-packet.c \
|
||||
getkey.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue