1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

common: Do not build maintainer modules in non-maintainer mode.

* common/Makefile.am (module_maint_tests): Use only in maintainer
mode.
(t_common_cflags): New.
This commit is contained in:
Werner Koch 2014-09-18 16:00:34 +02:00
parent cad181b5ec
commit 927db789c1
2 changed files with 9 additions and 1 deletions

View file

@ -226,7 +226,7 @@ main (int argc, char **argv)
}
if (argc != 1)
{
fprintf (stderr, PGM ": no or roo many URLS given\n");
fprintf (stderr, PGM ": no or too many URLS given\n");
exit (1);
}