gnome-session r4772 - in branches/dbus_based: . gnome-session



Author: mccann
Date: Wed Jun 25 00:02:14 2008
New Revision: 4772
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4772&view=rev

Log:
2008-06-24  William Jon McCann  <jmccann redhat com>

	* configure.in:
	* gnome-session/Makefile.am:
	Remove test program for service client.
	Bump intltool req.



Modified:
   branches/dbus_based/ChangeLog
   branches/dbus_based/configure.in
   branches/dbus_based/gnome-session/Makefile.am

Modified: branches/dbus_based/configure.in
==============================================================================
--- branches/dbus_based/configure.in	(original)
+++ branches/dbus_based/configure.in	Wed Jun 25 00:02:14 2008
@@ -10,7 +10,7 @@
 GNOME_COMMON_INIT
 GNOME_DEBUG_CHECK
 
-IT_PROG_INTLTOOL([0.35.0])
+IT_PROG_INTLTOOL([0.40.0])
 
 AC_ISC_POSIX
 AC_PROG_CC

Modified: branches/dbus_based/gnome-session/Makefile.am
==============================================================================
--- branches/dbus_based/gnome-session/Makefile.am	(original)
+++ branches/dbus_based/gnome-session/Makefile.am	Wed Jun 25 00:02:14 2008
@@ -6,7 +6,6 @@
 
 noinst_PROGRAMS = 		\
 	test-client-method	\
-	test-client-service	\
 	test-inhibit		\
 	$(NULL)
 
@@ -46,14 +45,6 @@
 	$(DBUS_GLIB_LIBS)			\
 	$(NULL)
 
-test_client_service_SOURCES = 	\
-	test-client-service.c	\
-	$(NULL)
-
-test_client_service_LDADD =			\
-	$(DBUS_GLIB_LIBS)			\
-	$(NULL)
-
 gnome_session_LDADD =				\
 	-lSM -lICE				\
 	libgsmutil.la 				\



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