diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-08 13:44:13 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-08 13:44:13 +0100 |
commit | 1ee6da96efe8340a7d3904a865d80cd59d9d3fde (patch) | |
tree | 41b5b106d06c65d24bd8216b88005654abc0e98d /configure.ac | |
parent | 8dcc88f867ab0bed24df49d8c0f347f1357bfffd (diff) | |
download | libguestfs-1ee6da96efe8340a7d3904a865d80cd59d9d3fde.tar.gz libguestfs-1ee6da96efe8340a7d3904a865d80cd59d9d3fde.tar.xz libguestfs-1ee6da96efe8340a7d3904a865d80cd59d9d3fde.zip |
First version of Perl bindings, compiled but not tested.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1359cb09..29ab3ce4 100644 --- a/configure.ac +++ b/configure.ac @@ -124,7 +124,7 @@ AC_CONFIG_FILES([Makefile src/Makefile fish/Makefile examples/Makefile python/Makefile make-initramfs.sh update-initramfs.sh libguestfs.spec - ocaml/META]) + ocaml/META perl/Makefile.PL]) AC_OUTPUT dnl WTF? |