From 75db7fd0ea56cfa648e9ac30230a0fe3349d39cd Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 11 Jun 2009 15:37:07 +0200 Subject: Fixed build with python2.6 --- lib/Python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Python') 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 -- cgit