diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-24 12:12:39 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-24 12:12:39 +0000 |
commit | 0035c926fd188d9458a4b23275fcb277b26abfbd (patch) | |
tree | 46498122c7c2b7a7842ed42559cc39081133bdf8 | |
parent | 6708a7bb677ac91cb1190f5f6761e2136f6dc779 (diff) |
Install dbus-python.h in $includedir/dbus-1.0/dbus rather than $includedir for consistency with libdbus-glib and libdbus
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8a5cbdb..e904bf1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,8 @@ EXTRA_DIST = API_CHANGES.txt dbus-python.pc.in HACKING.txt \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dbus-python.pc -include_HEADERS = include/dbus-python.h +dbusincludedir = $(includedir)/dbus-1.0/dbus +dbusinclude_HEADERS = include/dbus-python.h python_PYTHON = dbus_bindings.py |