summaryrefslogtreecommitdiffstats
path: root/lib/Python/Makefile.am
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-11-15 13:31:55 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-11-15 13:31:55 +0100
commit2ea3594e12fe020ba372eb9e9b16d16988b5b9d1 (patch)
tree42000055a98c7b9a11893346f75593b34c860f42 /lib/Python/Makefile.am
parentb340a8edd68d9df1a3e5606b09af8f9c5bd169f0 (diff)
downloadabrt-2ea3594e12fe020ba372eb9e9b16d16988b5b9d1.tar.gz
abrt-2ea3594e12fe020ba372eb9e9b16d16988b5b9d1.tar.xz
abrt-2ea3594e12fe020ba372eb9e9b16d16988b5b9d1.zip
removed the rest of python abrtutils wrapper
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 dd9eeca..0000000
--- 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