summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-24 18:10:50 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-24 20:12:50 +0000
commit472722a72df89895bb11a1244eafa7915b1af116 (patch)
tree691e4b23823d7395cc6b594ab2cca3acaa904de8 /configure.ac
parent086bd1f7bfab4c10d890ecca3506a1b091c0d398 (diff)
downloadlibguestfs-472722a72df89895bb11a1244eafa7915b1af116.tar.gz
libguestfs-472722a72df89895bb11a1244eafa7915b1af116.tar.xz
libguestfs-472722a72df89895bb11a1244eafa7915b1af116.zip
python: Translate C examples into Python and include documentation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 352bfe86..f3235c37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -853,7 +853,7 @@ AC_CONFIG_FILES([Makefile
test-tool/Makefile
ocaml/Makefile ocaml/examples/Makefile
perl/Makefile
- python/Makefile
+ python/Makefile python/examples/Makefile
ruby/Makefile ruby/Rakefile
java/Makefile
haskell/Makefile