diff options
Diffstat (limited to 'lib/Python')
-rw-r--r-- | lib/Python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Python/Makefile.am b/lib/Python/Makefile.am index 61cc806..a49ab07 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 |