mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix the actual cmake dist problem, missing macros.
This reverts commit 36adb31ee9 which was
the wrong approach.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user