From 1aab5435fc32343bb250b01d15c5de73497a2ba4 Mon Sep 17 00:00:00 2001 From: caremoli Date: Wed, 16 Sep 2009 14:42:30 +0000 Subject: [PATCH] CCAR: missing CORBA options in Makefile.am --- src/SALOMEDSImpl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOMEDSImpl/Makefile.am b/src/SALOMEDSImpl/Makefile.am index 27edb3876..731cf625a 100644 --- a/src/SALOMEDSImpl/Makefile.am +++ b/src/SALOMEDSImpl/Makefile.am @@ -98,7 +98,7 @@ COMMON_CPPFLAGS=\ -I$(srcdir)/../GenericObj \ -I$(top_builddir)/idl \ @HDF5_INCLUDES@ \ - @BOOST_CPPFLAGS@ + @BOOST_CPPFLAGS@ @CORBA_CXXFLAGS@ @CORBA_INCLUDES@ # This local variable defines the list of dependant libraries common to all target in this package. COMMON_LIBS =\ -- 2.39.2