mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* Makefile.am (AM_CPPFLAGS): Pass directory constants via -D; this
will allow to override directory names at make time.
This commit is contained in:
parent
82b26c5965
commit
76b1445390
3 changed files with 12 additions and 6 deletions
|
@ -1480,7 +1480,7 @@ open_fwrite (const char *filename)
|
|||
static void
|
||||
run_protect_tool (int argc, char **argv)
|
||||
{
|
||||
char *pgm = GNUPG_PROTECT_TOOL;
|
||||
char *pgm = GNUPG_DEFAULT_PROTECT_TOOL;
|
||||
char **av;
|
||||
int i;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue