[gtk-vnc] Explicitly link gvncviewer against GTK + libgvnc
- From: Daniel P. Berrange <dberrange src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-vnc] Explicitly link gvncviewer against GTK + libgvnc
- Date: Mon, 11 Jul 2011 15:02:23 +0000 (UTC)
commit 841e286446118a8253df4e46901f2435d3aeb634
Author: Guido GÃnther <agx sigxcpu org>
Date: Mon Jul 11 16:01:32 2011 +0100
Explicitly link gvncviewer against GTK + libgvnc
examples/Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 8b26e41..12aa20b 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -6,7 +6,10 @@ noinst_PROGRAMS = gvncviewer
endif
gvncviewer_SOURCES = gvncviewer.c
-gvncviewer_LDADD = ../src/libgtk-vnc-$(GTK_VNC_API_VERSION).la @GTK_CFLAGS@ \
+gvncviewer_LDADD = ../src/libgtk-vnc-$(GTK_VNC_API_VERSION).la \
+ ../src/libgvnc-1.0.la \
+ @GTK_CFLAGS@ \
+ @GTK_LIBS@ \
@VIEW_LIBS@
gvncviewer_CFLAGS = @GTK_CFLAGS@ @WARNING_CFLAGS@ \
@VIEW_CFLAGS@ -I$(top_srcdir)/src/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]