diff --git a/Geo/Makefile b/Geo/Makefile
index 67a0aec8be264321e29d51c4bd377d1aa42a6375..f970eb86df1ec469d0386b1acd20b8edbc2d05e7 100644
--- a/Geo/Makefile
+++ b/Geo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.102 2006-11-04 00:17:08 geuzaine Exp $
+# $Id: Makefile,v 1.103 2006-11-08 22:04:14 jacob Exp $
 #
 # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 #
@@ -47,6 +47,7 @@ SRC = CAD.cpp \
       fourierModel.cpp\
       SVector3.cpp\
       SBoundingBox3d.cpp\
+      projectionFace.cpp\
       ExtractContour.cpp
 
 OBJ = ${SRC:.cpp=.o}
diff --git a/Geo/projectionFace.cpp b/Geo/projectionFace.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..605cf416de6a45e12f01be7d85b4d9490de602f6
--- /dev/null
+++ b/Geo/projectionFace.cpp
@@ -0,0 +1,2 @@
+#include "projectionFace.h"
+
diff --git a/Geo/projectionFace.h b/Geo/projectionFace.h
new file mode 100644
index 0000000000000000000000000000000000000000..e4cd6006ead22a6af153a9cf6ba718db4d27003f
--- /dev/null
+++ b/Geo/projectionFace.h
@@ -0,0 +1,6 @@
+#include "GFace.h"
+
+class projectionFace : public GFace
+{
+
+};