summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-06-11 15:37:07 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-06-11 15:37:07 +0200
commit75db7fd0ea56cfa648e9ac30230a0fe3349d39cd (patch)
tree051e4c72c80ceada2843b1c7cc42978b270af005
parenta1905a6937bf6e8855660410ba3f7bab9f415449 (diff)
downloadabrt-75db7fd0ea56cfa648e9ac30230a0fe3349d39cd.tar.gz
abrt-75db7fd0ea56cfa648e9ac30230a0fe3349d39cd.tar.xz
abrt-75db7fd0ea56cfa648e9ac30230a0fe3349d39cd.zip
Fixed build with python2.6
-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 a49ab076..dd9eecaa 100644
--- a/lib/Python/Makefile.am
+++ b/lib/Python/Makefile.am
@@ -2,4 +2,4 @@ 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 -I/usr/include/python2.5 -I../Utils
+ABRTUtils_la_CPPFLAGS = -fPIC -shared `python-config --cflags` -I../Utils