Rename 'BUILT_PYTHON_SOURCES' to 'built_python_sources'
This patch fixes the warnings produced by ./autogen.sh Makefile.am:310: variable `BUILT_PYTHON_SOURCES' is defined but no program or Makefile.am:310: library has `BUILT_PYTHON' as canonical name (possible typo) For some reason, autotools started looking at the target 'BUILT_PYTHON_SOURCES' as if it contained the sources to build a target 'BUILT_PYTHON'. Fixes issue 719. Signed-off-by:Jose A. Lopes <jabolopes@google.com> Reviewed-by:
Hrvoje Ribicic <riba@google.com>
Please register or sign in to comment