summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2009-01-20 10:47:43 +0100
committerMurray Cumming <murrayc@murrayc.com>2009-01-20 10:47:43 +0100
commit82c88138321416e87c0a1d146133325864f18264 (patch)
tree924d8071435a9c9fd4d62185f5438f93930250ae /configure.ac
parentcc2b0571718de3d6db8e1bdae5725ad6782f7d03 (diff)
2009-12-15 Murray Cumming <murrayc@murrayc.com>
* configure.ac: * docs/examples/basics_dbus_python/Makefile.am: * docs/examples/basics_dbus_python/example.py * docs/book/C/telepathy.xml: Basics: Add a little example of calling a D-Bus method with Python. * docs/book/insert-example-code.py: Read .py files as well as .h and .cc files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 90eb3f9..56f6f4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@ AC_OUTPUT([
docs/Makefile
docs/examples/Makefile
docs/examples/basics_dbus_glib/Makefile
+ docs/examples/basics_dbus_python/Makefile
docs/examples/connect/Makefile
docs/examples/list_all_protocols/Makefile
docs/examples/list_contacts/Makefile