summaryrefslogtreecommitdiff
path: root/_dbus_bindings/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use DBusBasicValue instead of reinventing it, if dbus is new enoughSimon McVittie2012-02-241-0/+1
| | | | | If we don't find it, continue to reinvent it, but move the reinvention to an internal header so it's at least the same in both files that want it.
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-1/+2
|
* Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-181-0/+1
|
* Add LibDBusConnection in _dbus_bindingsSimon McVittie2008-07-151-0/+1
|
* Hook DBusServer into the build system.Simon McVittie2008-07-141-0/+1
| | | | Based on parts of the patch by Huang Peng <phuang@redhat.com>
* Add optional checks for coding style (mainly whitespace at the moment).Simon McVittie2007-04-241-0/+3
| | | | These are on by default for git builds, off by default for releases.
* Split up Makefile.am between subdirectoriesSimon McVittie2007-01-221-0/+30
As well as being conventional, this seems to be necessary to avoid having dbus_py_test.so installed, while still having it be a Libtool shared library (noinst libraries are helpfully made static).