[MOAB-dev] r2114 - MOAB/trunk/tools/iMesh/SIDL
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Wed Oct 1 13:24:56 CDT 2008
Author: kraftche
Date: 2008-10-01 13:24:56 -0500 (Wed, 01 Oct 2008)
New Revision: 2114
Modified:
MOAB/trunk/tools/iMesh/SIDL/Makefile.in
Log:
When doing an in-source-tree build, don't remove
mserver/iMesh_Factory_Impl.cc during 'make clean'.
Modified: MOAB/trunk/tools/iMesh/SIDL/Makefile.in
===================================================================
--- MOAB/trunk/tools/iMesh/SIDL/Makefile.in 2008-10-01 17:22:30 UTC (rev 2113)
+++ MOAB/trunk/tools/iMesh/SIDL/Makefile.in 2008-10-01 18:24:56 UTC (rev 2114)
@@ -6,7 +6,8 @@
SERVER_FILES = mserver/iBase_Error_Impl.cc \
mserver/iBase_Error_Impl.hh \
mserver/iMesh_SIDL_MeshSidl_Impl.cc \
- mserver/iMesh_SIDL_MeshSidl_Impl.hh
+ mserver/iMesh_SIDL_MeshSidl_Impl.hh \
+ mserver/iMesh_Factory_Impl.cc
SERVER_FILES_PATH = $(srcdir)/mserver/iBase_Error_Impl.cc \
$(srcdir)/mserver/iBase_Error_Impl.hh \
$(srcdir)/mserver/iMesh_SIDL_MeshSidl_Impl.cc \
More information about the moab-dev
mailing list