Revision d0ccf2b9 src/authm/test/SConstruct
src/authm/test/SConstruct | ||
---|---|---|
73 | 73 |
main_env.Append(LIBPATH=["/usr/lib/mysql"]) |
74 | 74 |
main_env.Append(CPPPATH=["/usr/include/mysql"]) |
75 | 75 |
|
76 |
# libxml2 |
|
77 |
main_env.ParseConfig('xml2-config --libs --cflags') |
|
78 |
|
|
76 | 79 |
sqlite=ARGUMENTS.get('sqlite', 'yes') |
77 | 80 |
if sqlite=='yes': |
78 | 81 |
main_env.Append(CPPFLAGS=["-DSQLITE_DB"]) |
Also available in: Unified diff