On Monday, July 11, 2016 4:52:05 PM EDT Thomas Petazzoni wrote:
 Hello,
 
 On Wed, 06 Jul 2016 18:47:47 -0400, Steve Grubb wrote:
 > Applying this breaks the build
 > 
 >      am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=:
 >      distdir)
 > 
 > make[4]: Entering directory
 > '/home/sgrubb/working/BUILD/audit/bindings/python/ python2'
 > Makefile:485:
 > ../../../bindings/python/.deps/auparse_la-auparse_python.Plo: No such
 > file or directory
 > make[4]: *** No rule to make target '../../../bindings/python/.deps/
 > auparse_la-auparse_python.Plo'.  Stop.
 
 Ah, right, that's due to a bug in automake < 1.16 when a variable is
 used in _SOURCES. I've fixed that in v2 by using a simpler relative
 path in the Python bindings Makefile.am. Patch coming shortly.
 
 Thanks for spotting the issue, 
 I always run "make distcheck" when doing a release. If v2 passes this, then 
all is good.
Thanks,
-Steve