dbus/test Makefile.am,1.40,1.41

John Palmieri johnp at kemper.freedesktop.org
Fri Jul 14 09:20:13 PDT 2006


Update of /cvs/dbus/dbus/test
In directory kemper:/tmp/cvs-serv13751/test

Modified Files:
	Makefile.am 
Log Message:
* Remove all bindings


Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/test/Makefile.am,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Makefile.am	22 Nov 2005 20:37:00 -0000	1.40
+++ Makefile.am	14 Jul 2006 16:20:11 -0000	1.41
@@ -1,16 +1,5 @@
-
-if HAVE_GLIB
-    GLIB_SUBDIR=glib
-endif
-if HAVE_PYTHON
-    PYTHON_SUBDIR=python
-endif
-if HAVE_QTESTLIB
-    QT_SUBDIR=qt
-endif
-
-SUBDIRS=name-test $(GLIB_SUBDIR) $(PYTHON_SUBDIR) $(QT_SUBDIR)
-DIST_SUBDIRS=glib python qt name-test
+SUBDIRS=name-test 
+DIST_SUBDIRS=name-test
 
 INCLUDES=-I$(top_srcdir) $(DBUS_TEST_CFLAGS) 
 



More information about the dbus-commit mailing list