[vinagre/ssh: 2/4] Added subfolder plugins/ssh to autotools stuff



commit 73ba166c341d82d1bfb870c50d4877105a12aa19
Author: Jonh Wendell <jwendell gnome org>
Date:   Thu Jul 30 15:15:56 2009 -0300

    Added subfolder plugins/ssh to autotools stuff

 configure.ac        |    4 +++-
 plugins/Makefile.am |    9 +++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2b9b3f3..8364004 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,8 @@ AC_ARG_ENABLE(ssh,
 
 if test "x$enable_ssh" = "xyes" ; then
   PKG_CHECK_MODULES(SSH,\
-  vte >= $VTE_REQUIRED)
+  vte >= $VTE_REQUIRED \
+  libxml-2.0 >= $XML_REQUIRED)
   AC_SUBST(VTE_CFLAGS)
   AC_SUBST(VTE_LIBS)
   AC_DEFINE([VINAGRE_ENABLE_SSH],[1],[We want ssh support])
@@ -191,6 +192,7 @@ plugin-loaders/Makefile
 plugin-loaders/c/Makefile
 plugins/Makefile
 plugins/vnc/Makefile
+plugins/ssh/Makefile
 vinagre/Makefile
 vinagre/view/Makefile
 ])
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 4637381..5d78bb9 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,7 +1,12 @@
-DIST_SUBDIRS =		\
-  vnc
+DIST_SUBDIRS =	\
+  vnc		\
+  ssh
 
 SUBDIRS = 		\
   vnc
 
+if SSH
+SUBDIRS += ssh
+endif
+
 -include $(top_srcdir)/git.mk



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