[gtk-vnc] gir: link against builddir libgvnc (pulse and gtkvnc)



commit fb910d64365a1208da2ba370a9ffbbe5437d8c79
Author: Alban Browaeys <prahal yahoo com>
Date:   Fri Mar 30 03:55:57 2012 +0200

    gir: link against builddir libgvnc (pulse and gtkvnc)
    
    Linking against builddir gnv fixes GVncPulse generation.
    Done also against GtkVnc for completness.

 AUTHORS         |    1 +
 src/Makefile.am |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 6f01c95..26b8244 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -71,6 +71,7 @@ Patches received from:
    Christophe Fergeau <cfergeau redhat com>
    Sasi Bhushan Boddepalli <sasi swecha net>
    Andika Triwidada <andika gmail com>
+   Alban Browaeys <prahal yahoo com>
 
     ...send patches to get your name here...
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 8d2cbb5..102a2e9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -399,6 +399,7 @@ GVncPulse-1.0.gir: GVnc-1.0.gir libgvncpulse-1.0.la $(G_IR_SCANNER) Makefile.am
 		--include GObject-2.0 \
 		--include-uninstalled $(builddir)/GVnc-1.0.gir \
 		$(PREFIX_ARGS) \
+                --library=$(builddir)/libgvnc-1.0.la \
                 --library=$(builddir)/libgvncpulse-1.0.la \
                 --add-include-path=$(top_srcdir) \
                 --add-include-path=$(srcdir) \
@@ -421,6 +422,7 @@ GtkVnc-$(GTK_VNC_API_VERSION).gir: GVnc-1.0.gir libgtk-vnc-$(GTK_VNC_API_VERSION
 		--include Gtk-$(GTK_API_VERSION) \
 		--include-uninstalled $(builddir)/GVnc-1.0.gir \
 		$(PREFIX_ARGS) \
+                --library=$(builddir)/libgvnc-1.0.la \
                 --library=$(builddir)/libgtk-vnc-$(GTK_VNC_API_VERSION).la \
                 --add-include-path=$(top_srcdir) \
                 --add-include-path=$(srcdir) \



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