1
0
Fork 0
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:
Werner Koch 2004-02-12 09:29:42 +00:00
parent 82b26c5965
commit 76b1445390
3 changed files with 12 additions and 6 deletions

View file

@ -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;