From 8631892f5806bca689b515f2dddf834f086063d7 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 5 Jun 2009 05:48:34 +0000 Subject: [PATCH] Fix make distcheck problems --- Makefile.am | 4 +++- adm_local/Makefile.am | 2 +- adm_local/cmake_files/Makefile.am | 28 ++++++++++++++++++++++++++++ configure.ac | 1 + doc/salome/gui/images/empty | 0 5 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 adm_local/cmake_files/Makefile.am create mode 100644 doc/salome/gui/images/empty diff --git a/Makefile.am b/Makefile.am index d3ca9b6..6990941 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,9 @@ salomeinclude_DATA = BLSURFPLUGIN_version.h EXTRA_DIST += \ build_configure \ - clean_configure + clean_configure \ + build_cmake \ + build_cmake.bat dist-hook: rm -rf `find $(distdir) -name CVS` diff --git a/adm_local/Makefile.am b/adm_local/Makefile.am index 3f9a07d..1ec278e 100644 --- a/adm_local/Makefile.am +++ b/adm_local/Makefile.am @@ -23,4 +23,4 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am -SUBDIRS = unix +SUBDIRS = unix cmake_files diff --git a/adm_local/cmake_files/Makefile.am b/adm_local/cmake_files/Makefile.am new file mode 100644 index 0000000..90e6b6d --- /dev/null +++ b/adm_local/cmake_files/Makefile.am @@ -0,0 +1,28 @@ +# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE +# +# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# +include $(top_srcdir)/adm_local/unix/make_common_starter.am + +admlocal_cmakedir = $(admlocaldir)/cmake_files + +dist_admlocal_cmake_DATA = \ +FindBLSURF.cmake + diff --git a/configure.ac b/configure.ac index 77cf7d6..2779fec 100644 --- a/configure.ac +++ b/configure.ac @@ -405,6 +405,7 @@ AC_OUTPUT([ \ adm_local/Makefile \ adm_local/unix/Makefile \ adm_local/unix/config_files/Makefile \ + adm_local/cmake_files/Makefile \ doc/Makefile \ doc/salome/Makefile \ doc/salome/gui/Makefile \ diff --git a/doc/salome/gui/images/empty b/doc/salome/gui/images/empty new file mode 100644 index 0000000..e69de29 -- 2.39.2