From fe1dc15cf121233310ea167414016e837b3dbe6e Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 24 Sep 2012 11:15:30 +0000 Subject: [PATCH] 021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format) + -I$(srcdir)/../SMESHUtils \ --- src/Driver/Makefile.am | 1 + src/DriverUNV/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Driver/Makefile.am b/src/Driver/Makefile.am index 0062ee774..87be27336 100644 --- a/src/Driver/Makefile.am +++ b/src/Driver/Makefile.am @@ -46,6 +46,7 @@ dist_libMeshDriver_la_SOURCES = \ libMeshDriver_la_CPPFLAGS = \ $(CAS_CPPFLAGS) \ $(KERNEL_CXXFLAGS) \ + -I$(srcdir)/../SMESHUtils \ -I$(srcdir)/../SMESHDS libMeshDriver_la_LDFLAGS = \ diff --git a/src/DriverUNV/Makefile.am b/src/DriverUNV/Makefile.am index 0e05ad761..c66dea1bc 100644 --- a/src/DriverUNV/Makefile.am +++ b/src/DriverUNV/Makefile.am @@ -67,6 +67,7 @@ libMeshDriverUNV_la_CPPFLAGS = \ $(BOOST_CPPFLAGS) \ -I$(srcdir)/../Driver \ -I$(srcdir)/../SMDS \ + -I$(srcdir)/../SMESHUtils \ -I$(srcdir)/../SMESHDS libMeshDriverUNV_la_LDFLAGS = \ -- 2.39.2