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:
parent
cad181b5ec
commit
927db789c1
2 changed files with 9 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue