[glib] Fix !srcdir build



commit 054079899128cfc4a9e50a3750d927724604eedb
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri May 14 01:36:25 2010 -0400

    Fix !srcdir build
    
    Thankfully we already had a SRCDIR define.

 gio/tests/gdbus-proxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/gdbus-proxy.c b/gio/tests/gdbus-proxy.c
index a0fabd8..bfd09c1 100644
--- a/gio/tests/gdbus-proxy.c
+++ b/gio/tests/gdbus-proxy.c
@@ -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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]