mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 21:17:52 +00:00
Make this directory build in the new world.
Add some debug output in regards as to which directory it's gonna use for the cert db.
This commit is contained in:
parent
cde316513c
commit
65787215f6
@ -30,7 +30,7 @@
|
||||
# may use your version of this file under either the MPL or the
|
||||
# GPL.
|
||||
#
|
||||
CORE_DEPTH = ../../../../..
|
||||
CORE_DEPTH = ../../../..
|
||||
|
||||
# MODULE public and private header directories are implicitly REQUIRED.
|
||||
MODULE = cmtsample
|
||||
|
@ -259,6 +259,7 @@ main(int argc, char **argv)
|
||||
#else
|
||||
#error Teach me how to fill in the user profile.
|
||||
#endif
|
||||
errorMessage(0,"Using directory <%s> for dbs.\n", profileDir);
|
||||
if (CMT_Hello(control, PROTOCOL_VERSION,
|
||||
profile, profileDir) != CMTSuccess)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user