mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
A small step for GnuPG but a huge leap for error codes.
(Sorry, it does not build currently - I need to check it in to avoid duplicate work.)
This commit is contained in:
parent
7250331472
commit
b7b07d36e8
11 changed files with 514 additions and 12 deletions
|
@ -23,6 +23,11 @@ ACLOCAL_AMFLAGS = -I m4
|
|||
|
||||
EXTRA_DIST = scripts/config.rpath autogen.sh
|
||||
|
||||
if BUILD_GPG
|
||||
gpg = g10
|
||||
else
|
||||
gpg =
|
||||
endif
|
||||
if BUILD_GPGSM
|
||||
sm = sm
|
||||
else
|
||||
|
@ -39,9 +44,10 @@ else
|
|||
scd =
|
||||
endif
|
||||
|
||||
SUBDIRS = m4 intl jnlib common kbx ${sm} ${agent} ${scd} po doc tests
|
||||
SUBDIRS = m4 intl jnlib common kbx ${gpg} ${sm} ${agent} ${scd} po doc tests
|
||||
|
||||
|
||||
dist-hook:
|
||||
@set -e; echo "$(VERSION)" > $(distdir)/VERSION
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue