summaryrefslogtreecommitdiffstats
path: root/lib/Python/Makefile.am
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-06-02 16:54:07 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-06-02 16:54:07 +0200
commit8966e621a0809d2109133f180db6a23bb4335843 (patch)
tree811e1d2b94ab777c4e9d7c64b0b7834ca44c2840 /lib/Python/Makefile.am
parent012b25107c2b9cbc8d5ed37dd495d380bd74671f (diff)
downloadabrt-8966e621a0809d2109133f180db6a23bb4335843.tar.gz
abrt-8966e621a0809d2109133f180db6a23bb4335843.tar.xz
abrt-8966e621a0809d2109133f180db6a23bb4335843.zip
Python wrapper for libABRTUtils
Diffstat (limited to 'lib/Python/Makefile.am')
-rw-r--r--lib/Python/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Python/Makefile.am b/lib/Python/Makefile.am
new file mode 100644
index 0000000..61cc806
--- /dev/null
+++ b/lib/Python/Makefile.am
@@ -0,0 +1,5 @@
+pyexec_LTLIBRARIES = ABRTUtils.la
+ABRTUtils_la_SOURCES = PyDebugDump.cpp
+ABRTUtils_la_LDFLAGS = -module -avoid-version
+ABRTUtils_la_LIBADD = -lABRTUtils
+ABRTUtils_la_CPPFLAGS = -fPIC -shared -I/usr/include/python2.5 -I../Utils