summaryrefslogtreecommitdiffstats
path: root/lib/Python/Makefile.am
blob: dd9eecaa9605bee38cc7604cd51851d2d9461e7c (plain)
1
2
3
4
5
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 `python-config --cflags` -I../Utils