From: srn Date: Wed, 31 Oct 2007 15:11:28 +0000 (+0000) Subject: Added include of CASCatch X-Git-Tag: V4_1_0a3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=21a04551b038658bd5b98f0b2438825bae64af77;p=modules%2Fgui.git Added include of CASCatch --- diff --git a/src/SalomeApp/Makefile.am b/src/SalomeApp/Makefile.am index a02c2482d..53bbe36b7 100755 --- a/src/SalomeApp/Makefile.am +++ b/src/SalomeApp/Makefile.am @@ -92,7 +92,7 @@ libSalomeApp_la_CPPFLAGS=$(PYTHON_INCLUDES) $(QT_INCLUDES) $(QWT_INCLUDES) \ -I$(srcdir)/../PythonConsole -I$(srcdir)/../TOOLSGUI \ -I$(srcdir)/../PyInterp -I$(srcdir)/../Session -I$(top_builddir)/idl \ -I$(srcdir)/../Event \ - -I$(srcidr)/../CASCatch \ + -I$(srcdir)/../CASCatch \ -I$(top_builddir)/salome_adm/unix @CORBA_CXXFLAGS@ @CORBA_INCLUDES@ @LIBXML_INCLUDES@ libSalomeApp_la_LDFLAGS=$(PYTHON_LIBS) $(QT_MT_LIBS) libSalomeApp_la_LIBADD= $(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSalomeDSClient \