From c1af9b1ad16c1fdb391f389f814d852b4a416d64 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 4 Jul 2008 22:45:54 +0000
Subject: [PATCH] *** empty log message ***

---
 Makefile  | 4 ++--
 configure | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 40d8efcb3a..a5fbdbaef4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.491 2008-07-04 22:45:19 geuzaine Exp $
+# $Id: Makefile,v 1.492 2008-07-04 22:45:54 geuzaine Exp $
 #
 # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
 #
@@ -24,7 +24,7 @@ include variables
 GMSH_MAJOR_VERSION = 2
 GMSH_MINOR_VERSION = 2
 GMSH_PATCH_VERSION = 3
-GMSH_EXTRA_VERSION = 
+GMSH_EXTRA_VERSION =
 
 GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION}
 
diff --git a/configure b/configure
index 021eb4fd0d..2aa4f8d8ec 100755
--- a/configure
+++ b/configure
@@ -3666,9 +3666,9 @@ esac
 
 if test "x$enable_gui" != "xno"; then
 
-  GMSH_DIRS="Common Geo Mesh Post Numeric Parser Plugin Graphics Fltk"
-  GMSH_LIBS="-Llib -lGmshFltk -lGmshParser -lGmshGraphics -lGmshPlugin -lGmshMesh"
-  GMSH_LIBS="${GMSH_LIBS} -lGmshGeo -lGmshPost -lGmshCommon -lGmshNumeric"
+  GMSH_DIRS="Common Geo Mesh Post Plugin Numeric Parser Graphics Fltk"
+  GMSH_LIBS="-Llib -lGmshFltk -lGmshCommon -lGmshGeo -lGmshMesh -lGmshPost -lGmshPlugin"
+  GMSH_LIBS="${GMSH_LIBS} -lGmshCommon -lGmshGraphics -lGmshParser -lGmshNumeric"
   FLAGS="-DHAVE_FLTK ${FLAGS}"
 
   if test "x${FLTK_PREFIX}" != "x" ; then
-- 
GitLab