[cig-commits] r8278 - mc/3D/CitcomS/trunk/module/Exchanger

tan2 at geodynamics.org tan2 at geodynamics.org
Mon Nov 12 14:38:36 PST 2007


Author: tan2
Date: 2007-11-12 14:38:36 -0800 (Mon, 12 Nov 2007)
New Revision: 8278

Modified:
   mc/3D/CitcomS/trunk/module/Exchanger/Makefile.am
Log:
Added mishing header file to the makefile, also avoided compiling unused code.

Modified: mc/3D/CitcomS/trunk/module/Exchanger/Makefile.am
===================================================================
--- mc/3D/CitcomS/trunk/module/Exchanger/Makefile.am	2007-11-12 21:30:48 UTC (rev 8277)
+++ mc/3D/CitcomS/trunk/module/Exchanger/Makefile.am	2007-11-12 22:38:36 UTC (rev 8278)
@@ -52,8 +52,6 @@
 	$(MPIINCLUDES)
 
 sources = \
-	AreaWeightedNormal.cc \
-	AreaWeightedNormal.h \
 	bindings.cc \
 	bindings.h \
 	Boundary.cc \
@@ -67,6 +65,7 @@
 	exceptions.cc \
 	exceptions.h \
 	Exchangermodule.cc \
+	Exchangermodule.h \
 	exchangers.cc \
 	exchangers.h \
 	global_bbox.cc \
@@ -98,6 +97,8 @@
 	VTOutlet.cc \
 	VTOutlet.h
 EXTRA_DIST = \
+	AreaWeightedNormal.cc \
+	AreaWeightedNormal.h \
 	BoundaryVTInlet.cc \
 	BoundaryVTInlet.h
 



More information about the cig-commits mailing list