From c7be77449d7f18858a6e9dcbca060fdbd0158c74 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 18 Aug 2005 20:57:28 +0000 Subject: * 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 --- ChangeLog | 7 +++++++ python/Makefile.am | 3 +++ python/dbus.pth | 1 + 3 files changed, 11 insertions(+) create mode 100644 python/dbus.pth diff --git a/ChangeLog b/ChangeLog index a131af27..73d72ce4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-18 John (J5) Palmieri + + * 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 + 2005-08-17 John (J5) Palmieri * ChangeLog: clean up my last entry a bit diff --git a/python/Makefile.am b/python/Makefile.am index 3621800a..a688a13c 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -2,6 +2,9 @@ SUBDIRS=examples 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 diff --git a/python/dbus.pth b/python/dbus.pth new file mode 100644 index 00000000..e2182f1e --- /dev/null +++ b/python/dbus.pth @@ -0,0 +1 @@ +dbus -- cgit