diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-15 13:31:55 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-15 13:31:55 +0100 |
| commit | 2ea3594e12fe020ba372eb9e9b16d16988b5b9d1 (patch) | |
| tree | 42000055a98c7b9a11893346f75593b34c860f42 /lib/Python/Makefile.am | |
| parent | b340a8edd68d9df1a3e5606b09af8f9c5bd169f0 (diff) | |
| download | abrt-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.am | 5 |
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 |
