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, 0 insertions, 5 deletions
diff --git a/lib/Python/Makefile.am b/lib/Python/Makefile.am
deleted file mode 100644
index dd9eecaa..00000000
--- a/lib/Python/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-pyexec_LTLIBRARIES = ABRTUtils.la
-ABRTUtils_la_SOURCES = PyDebugDump.cpp
-ABRTUtils_la_LDFLAGS = -module -avoid-version
-ABRTUtils_la_LIBADD = ../Utils/libABRTUtils.la
-ABRTUtils_la_CPPFLAGS = -fPIC -shared `python-config --cflags` -I../Utils