Fix !srcdir build

Thankfully we already had a SRCDIR define.
This commit is contained in:
Matthias Clasen 2010-05-14 01:36:25 -04:00
parent c6f01b329c
commit 0540798991

View File

@ -443,7 +443,7 @@ test_proxy (void)
NULL);
/* this is safe; testserver will exit once the bus goes away */
g_assert (g_spawn_command_line_async ("./gdbus-testserver.py", NULL));
g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver.py", NULL));
g_main_loop_run (loop);