dbus/python Makefile.am,1.16,1.16.2.1
John Palmieri
johnp at freedesktop.org
Sat Jul 16 14:31:17 EST 2005
Update of /cvs/dbus/dbus/python
In directory gabe:/tmp/cvs-serv10024/python
Modified Files:
Tag: DBUS_0_35_1
Makefile.am
Log Message:
* python/Makefile.am: dbus_binding.pxd.in should be included
in EXTRA_DIST not dbus_binding.pxd
* NEWS: Update to 0.35.1
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/python/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- Makefile.am 15 Jul 2005 20:28:05 -0000 1.16
+++ Makefile.am 16 Jul 2005 04:31:14 -0000 1.16.2.1
@@ -22,7 +22,7 @@
dbus_h_wrapper.h \
dbus_bindings.pyx \
dbus_glib_bindings.pyx \
- dbus_bindings.pxd \
+ dbus_bindings.pxd.in \
extract.py
CLEANFILES = \
More information about the dbus-commit
mailing list