From 2ea3594e12fe020ba372eb9e9b16d16988b5b9d1 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Sun, 15 Nov 2009 13:31:55 +0100 Subject: removed the rest of python abrtutils wrapper --- lib/Python/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lib/Python/Makefile.am (limited to 'lib/Python/Makefile.am') 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 -- cgit