dbus/python Makefile.am,1.17,1.18 dbus.pth,NONE,1.1
John Palmieri
johnp at freedesktop.org
Thu Aug 18 13:57:30 PDT 2005
Update of /cvs/dbus/dbus/python
In directory gabe:/tmp/cvs-serv27181/python
Modified Files:
Makefile.am
Added Files:
dbus.pth
Log Message:
* python/dbus.pth: New path file to fix up problems when installing
c libraries to lib64 and python files to lib.
* python/Makefile.am: install dbus.pth in the correct spot
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/python/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am 17 Jul 2005 21:02:56 -0000 1.17
+++ Makefile.am 18 Aug 2005 20:57:28 -0000 1.18
@@ -2,6 +2,9 @@
INCLUDES=-I$(srcdir)/$(top_builddir) -I$(srcdir)/$(top_builddir)/dbus $(DBUS_CLIENT_CFLAGS) $(PYTHON_INCLUDES) -DDBUS_COMPILATION=1
+dbusmoduledir = $(pyexecdir)
+dbusmodule_PYTHON = dbus.pth
+
dbusdir = $(pythondir)/dbus
dbus_PYTHON = __init__.py _dbus.py decorators.py exceptions.py service.py proxies.py _util.py types.py matchrules.py glib.py
--- NEW FILE: dbus.pth ---
dbus
More information about the dbus-commit
mailing list