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 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 |