dbus/python Makefile.am,1.4,1.5

Havoc Pennington hp at pdx.freedesktop.org
Fri Mar 19 14:36:33 PST 2004


Update of /cvs/dbus/dbus/python
In directory pdx:/tmp/cvs-serv31582/python

Modified Files:
	Makefile.am 
Log Message:
2004-03-19  Havoc Pennington  <hp at redhat.com>

	* NEWS: 0.21 updates

	* configure.in: 0.21

	* doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
	
	* python/Makefile.am: change to avoid dist of dbus_bindings.c so
	you don't need pyrex to make dist

	* qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
	sources; run moc
	


Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/python/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/Makefile.am	15 Oct 2003 11:56:12 -0000	1.4
+++ b/Makefile.am	19 Mar 2004 22:36:31 -0000	1.5
@@ -8,7 +8,8 @@
 
 dbus_bindings_la_LDFLAGS = -module -avoid-version -fPIC -export-symbols-regex initdbus_bindings
 dbus_bindings_la_LIBADD = $(top_builddir)/dbus/libdbus-1.la $(top_builddir)/glib/libdbus-glib-1.la
-dbus_bindings_la_SOURCES = dbus_bindings.c
+nodist_dbus_bindings_la_SOURCES = dbus_bindings.c
+
 
 EXTRA_DIST = 			\
 	dbus_h_wrapper.h	\




More information about the dbus-commit mailing list