* python/dbus.pth: New path file to fix up problems when installing
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 18 Aug 2005 20:57:28 +0000 (20:57 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 18 Aug 2005 20:57:28 +0000 (20:57 +0000)
c libraries to lib64 and python files to lib.

* python/Makefile.am: install dbus.pth in the correct spot

ChangeLog
python/Makefile.am
python/dbus.pth [new file with mode: 0644]

index a131af2..73d72ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-18  John (J5) Palmieri  <johnp@redhat.com>
+
+       * 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  <johnp@redhat.com>
        * ChangeLog: clean up my last entry a bit
 
index 3621800..a688a13 100644 (file)
@@ -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 (file)
index 0000000..e2182f1
--- /dev/null
@@ -0,0 +1 @@
+dbus