Fix the actual cmake dist problem, missing macros.

This reverts commit 36adb31ee9 which was
the wrong approach.
This commit is contained in:
John Ralls
2017-09-14 11:50:37 -07:00
parent 46545d3e45
commit 2cb48672f0
2 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
SET_DIST_LIST(macros_DIST ax_pkg_swig.m4 ax_python_devel.m4 ax_swig_python.m4 binreloc.m4
compiler-flags.m4 CMakeLists.txt legacy_macros.m4 pkg.m4)
SET_DIST_LIST(macros_DIST ax_append_flag.m4 ax_check_compile_flag.m4
ax_cxx_compile_stdcxx_11.m4 ax_pkg_swig.m4 ax_python_devel.m4
ax_swig_python.m4 binreloc.m4 compiler-flags.m4 CMakeLists.txt
legacy_macros.m4 m4_ax_boost_base.m4 m4_ax_check_compile_flag.m4
m4_ax_pthread.m4 pkg.m4)