From 24b90ea48c46b3fe0228d45ec753c51b5e4f4e4a Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 24 Feb 2009 11:05:43 +0000 Subject: [PATCH] *** empty log message *** --- adm_local/cmake_files/Makefile.am | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/adm_local/cmake_files/Makefile.am b/adm_local/cmake_files/Makefile.am index e2b59103e..c91a81749 100644 --- a/adm_local/cmake_files/Makefile.am +++ b/adm_local/cmake_files/Makefile.am @@ -21,6 +21,8 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am +admlocal_cmakedir = $(admlocaldir)/cmake_files + dist_admlocal_cmake_DATA = \ FindGEOM.cmake diff --git a/configure.ac b/configure.ac index 35499bc1c..2c6a8897b 100644 --- a/configure.ac +++ b/configure.ac @@ -372,6 +372,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 \