dbus/test Makefile.am,1.36,1.37

John Palmieri johnp at freedesktop.org
Wed Aug 24 17:20:43 PDT 2005


Update of /cvs/dbus/dbus/test
In directory gabe:/tmp/cvs-serv29555/test

Modified Files:
	Makefile.am 
Log Message:
* test/python: Add python regression test

* configure.in: Add test/python/Makefile

* test/Makefile.am: Add the python directory to SUBDIRS



Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/test/Makefile.am,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Makefile.am	14 Jul 2005 20:44:15 -0000	1.36
+++ Makefile.am	25 Aug 2005 00:20:41 -0000	1.37
@@ -2,9 +2,12 @@
 if HAVE_GLIB
     GLIB_SUBDIR=glib
 endif
+if HAVE_PYTHON
+    PYTHON_SUBDIR=python
+endif
 
-SUBDIRS=$(GLIB_SUBDIR)
-DIST_SUBDIRS=glib
+SUBDIRS=$(GLIB_SUBDIR) $(PYTHON_SUBDIR)
+DIST_SUBDIRS=glib python
 
 INCLUDES=-I$(top_srcdir) $(DBUS_TEST_CFLAGS) 
 



More information about the dbus-commit mailing list