seahorse r2300 - in trunk: . ssh



Author: sadam
Date: Wed Jul 23 22:07:07 2008
New Revision: 2300
URL: http://svn.gnome.org/viewvc/seahorse?rev=2300&view=rev

Log:
2008-07-23  Adam Schreiber  <sadam clemson edu>

    * configure.in:
    * ssh/Makefile.am: Include socket libraries.  Patch from Jeff Cai.
    Fixes bug #544267


Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/ssh/Makefile.am

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Jul 23 22:07:07 2008
@@ -261,6 +261,8 @@
 AM_CONDITIONAL(WITH_LDAP, test "$with_ldap" = "yes")
 SEAHORSE_LIBS="$SEAHORSE_LIBS $LDAP_LIBS"
 
+AC_SUBST(NETLIBS)
+
 
 dnl ****************************************************************************
 dnl HKP (libsoup)

Modified: trunk/ssh/Makefile.am
==============================================================================
--- trunk/ssh/Makefile.am	(original)
+++ trunk/ssh/Makefile.am	Wed Jul 23 22:07:07 2008
@@ -15,6 +15,8 @@
 	-DLIBCRYPTUI_API_SUBJECT_TO_CHANGE \
 	-DGETTEXT_PACKAGE=\""seahorse\""
 
+AM_LDFLAGS = @NETLIBS@
+
 VALA_SRCS = \
 	seahorse-ssh.vala \
 	seahorse-ssh-commands.vala \



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