mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
2006-09-06 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: New automake conditional RUN_GPG_TESTS. tests/ 2006-09-06 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (openpgp): New variable. (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
This commit is contained in:
parent
bffa1dcf6e
commit
088c35b2ee
@ -1,3 +1,7 @@
|
||||
2006-09-06 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* configure.ac: New automake conditional RUN_GPG_TESTS.
|
||||
|
||||
2006-09-06 Werner Koch <wk@g10code.com>
|
||||
|
||||
* configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS. Require Assuan
|
||||
|
@ -1232,6 +1232,8 @@ AM_CONDITIONAL(BUILD_AGENT, test "$build_agent" = "yes")
|
||||
AM_CONDITIONAL(BUILD_SCDAEMON, test "$build_scdaemon" = "yes")
|
||||
AM_CONDITIONAL(BUILD_SYMCRYPTRUN, test "$build_symcryptrun" = "yes")
|
||||
|
||||
AM_CONDITIONAL(RUN_GPG_TESTS,
|
||||
test x$cross_compiling = xno -a "$build_gpg" = yes )
|
||||
|
||||
|
||||
#
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-09-06 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* Makefile.am (openpgp): New variable.
|
||||
(SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
|
||||
|
||||
2006-08-21 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (SUBDIRS): New.
|
||||
|
@ -29,7 +29,13 @@
|
||||
#
|
||||
#SUBDIRS = . ${pkits}
|
||||
|
||||
SUBDIRS = openpgp
|
||||
if RUN_GPG_TESTS
|
||||
openpgp = openpgp
|
||||
else
|
||||
openpgp =
|
||||
endif
|
||||
|
||||
SUBDIRS = ${openpgp}
|
||||
|
||||
GPGSM = ../sm/gpgsm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user