diff --git a/python/Makefile.am b/python/Makefile.am index bc4449bf..e0c1f5b7 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,4 +1,8 @@ -# Makefile for libxml2 python library +# Makefile for libxslt python library + +# We use a rule with multiple output files which creates problems with +# parallel builds. +.NOTPARALLEL: SUBDIRS = . tests