diff --git a/adm_local/cmake_files/Makefile.am b/adm_local/cmake_files/Makefile.am index e79bd640c..95246b897 100644 --- a/adm_local/cmake_files/Makefile.am +++ b/adm_local/cmake_files/Makefile.am @@ -21,5 +21,7 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am +admlocal_cmakedir = $(admlocaldir)/cmake_files + dist_admlocal_cmake_DATA = \ FindSMESH.cmake diff --git a/configure.ac b/configure.ac index b3d06b695..f8b78be01 100644 --- a/configure.ac +++ b/configure.ac @@ -432,6 +432,7 @@ echo AC_OUTPUT([ \ ./salome_adm/unix/SALOMEconfig.h \ ./adm_local/Makefile \ + ./adm_local/cmake_files/Makefile \ ./adm_local/unix/Makefile \ ./adm_local/unix/config_files/Makefile \ ./bin/VERSION \