diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-06-02 16:54:07 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-06-02 16:54:07 +0200 |
commit | 8966e621a0809d2109133f180db6a23bb4335843 (patch) | |
tree | 811e1d2b94ab777c4e9d7c64b0b7834ca44c2840 /configure.ac | |
parent | 012b25107c2b9cbc8d5ed37dd495d380bd74671f (diff) | |
download | abrt-8966e621a0809d2109133f180db6a23bb4335843.tar.gz abrt-8966e621a0809d2109133f180db6a23bb4335843.tar.xz abrt-8966e621a0809d2109133f180db6a23bb4335843.zip |
Python wrapper for libABRTUtils
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ff7da1be..bb016817 100644 --- a/configure.ac +++ b/configure.ac @@ -55,6 +55,7 @@ AC_CONFIG_FILES([ lib/MiddleWare/Makefile lib/CommLayer/Makefile lib/Plugins/Makefile + lib/Python/Makefile src/Makefile src/Daemon/Makefile src/Hooks/Makefile |