summaryrefslogtreecommitdiffstats
path: root/lib/Python
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-06-03 10:24:08 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-06-03 10:24:08 +0200
commitb6f3a61c8647e28f2bca52024e34cfa746275c0d (patch)
tree39b174fd15bf53a7decb34a74e44de6dbec0de54 /lib/Python
parent28e08d40690fd0ecb528ef0582ce8084ece6125b (diff)
downloadabrt-b6f3a61c8647e28f2bca52024e34cfa746275c0d.tar.gz
abrt-b6f3a61c8647e28f2bca52024e34cfa746275c0d.tar.xz
abrt-b6f3a61c8647e28f2bca52024e34cfa746275c0d.zip
minu AT fixes for python addon
Diffstat (limited to 'lib/Python')
-rw-r--r--lib/Python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Python/Makefile.am b/lib/Python/Makefile.am
index 61cc806e..a49ab076 100644
--- a/lib/Python/Makefile.am
+++ b/lib/Python/Makefile.am
@@ -1,5 +1,5 @@
pyexec_LTLIBRARIES = ABRTUtils.la
ABRTUtils_la_SOURCES = PyDebugDump.cpp
ABRTUtils_la_LDFLAGS = -module -avoid-version
-ABRTUtils_la_LIBADD = -lABRTUtils
+ABRTUtils_la_LIBADD = ../Utils/libABRTUtils.la
ABRTUtils_la_CPPFLAGS = -fPIC -shared -I/usr/include/python2.5 -I../Utils