mirror of https://github.com/BOINC/boinc.git
Added a place to set the AM_VERBOSITY when debugging compiles.
This commit is contained in:
parent
583c336fd9
commit
fbee3afbf5
|
@ -1,6 +1,9 @@
|
||||||
## -*-Makefile -*-
|
## -*-Makefile -*-
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
|
# For debugging purposes
|
||||||
|
#AM_DEFAULT_VERBOSITY=1
|
||||||
|
|
||||||
# Note: MYSQL_CFLAGS and MYSQL_LIBS set by configure from mysql_config
|
# Note: MYSQL_CFLAGS and MYSQL_LIBS set by configure from mysql_config
|
||||||
|
|
||||||
# ignore any LIBS set by configure
|
# ignore any LIBS set by configure
|
||||||
|
|
Loading…
Reference in New Issue