dbus/test Makefile.am,1.38,1.39
Harald Fernengel
harry at freedesktop.org
Fri Sep 23 09:24:38 PDT 2005
Update of /cvs/dbus/dbus/test
In directory gabe:/tmp/cvs-serv19117/test
Modified Files:
Makefile.am
Log Message:
adding an autotest and "dbus-ify" the build process and include scheme
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/test/Makefile.am,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Makefile.am 12 Sep 2005 08:19:33 -0000 1.38
+++ Makefile.am 23 Sep 2005 16:24:36 -0000 1.39
@@ -5,9 +5,12 @@
if HAVE_PYTHON
PYTHON_SUBDIR=python
endif
+if HAVE_QTESTLIB
+ QT_SUBDIR=qt
+endif
-SUBDIRS=$(GLIB_SUBDIR) $(PYTHON_SUBDIR)
-DIST_SUBDIRS=glib python
+SUBDIRS=$(GLIB_SUBDIR) $(PYTHON_SUBDIR) $(QT_SUBDIR)
+DIST_SUBDIRS=glib python qt
INCLUDES=-I$(top_srcdir) $(DBUS_TEST_CFLAGS)
More information about the dbus-commit
mailing list