[gtk-vnc] Fix parallel build with introspection data



commit 17ecd732c2a6d2fc22a9ba991a4f717cedd06446
Author: Daniel P. Berrange <dan berrange com>
Date:   Mon Jul 5 23:13:42 2010 +0100

    Fix parallel build with introspection data
    
    THe GVnc introspection data must be built before GtkVnc data.

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 745ca99..36b658d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -229,7 +229,7 @@ GVnc-1.0.gir: libgvnc-1.0.la $(G_IR_SCANNER) Makefile.am
                 --pkg=gobject-2.0 \
                 $(GVNC_INTROSPECTION_SRCS)
 
-GtkVnc-1.0.gir: libgtk-vnc-1.0.la $(G_IR_SCANNER) Makefile.am
+GtkVnc-1.0.gir: GVnc-1.0.gir libgtk-vnc-1.0.la $(G_IR_SCANNER) Makefile.am
 	$(AM_V_GEN)$(G_IR_SCANNER) -v \
                 --namespace GtkVnc \
                 --nsversion 1.0 \



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