summaryrefslogtreecommitdiffstats
path: root/lib/Python/Makefile.am
diff options
context:
space:
mode:
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