From 5c6e3ab1c2024945fe59ea10e71b7c353685d2cd Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 2 Nov 2011 09:44:38 +0000 Subject: [PATCH] + add missing include directories (for MacOSX) git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5085 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d --- src/3rdParty/salomesmesh/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdParty/salomesmesh/Makefile.am b/src/3rdParty/salomesmesh/Makefile.am index 26f6a5640..0c1d394ec 100644 --- a/src/3rdParty/salomesmesh/Makefile.am +++ b/src/3rdParty/salomesmesh/Makefile.am @@ -7,7 +7,7 @@ targetdir = $(prefix) EXTRA_DIST = CMakeLists.txt LICENCE.lgpl.txt # set compiler flags and include directories, -fpermissive and -ffriend-injection not needed for occ6.3 -AM_CPPFLAGS = -I$(OCC_INC) -I$(srcdir)/$(smeshdir)inc/ +AM_CPPFLAGS = -I$(OCC_INC) -I$(srcdir)/$(smeshdir)inc/ $(all_includes) AM_CXXFLAGS = -Wno-sign-compare -Wno-switch -Wno-reorder -Wno-unused -Wno-parentheses -Wno-comment # set library names