From: asl Date: Fri, 5 May 2006 07:19:19 +0000 (+0000) Subject: Now library is built and headers are exported (it is necessary for TRIPOLI) X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6b950dd3a3fbfad1b69eca646efe077c87f4be6f;p=modules%2Fkernel.git Now library is built and headers are exported (it is necessary for TRIPOLI) --- diff --git a/src/CASCatch/Makefile.am b/src/CASCatch/Makefile.am index c8c2c673e..8987619bf 100644 --- a/src/CASCatch/Makefile.am +++ b/src/CASCatch/Makefile.am @@ -5,5 +5,19 @@ include $(top_srcdir)/salome_adm/unix/make_common_starter.am -salomeinclude_HEADERS = CASCatch.hxx +salomeinclude_HEADERS = CASCatch.hxx \ + CASCatch_CatchSignals.hxx \ + CASCatch_ErrorHandler.hxx \ + CASCatch_Failure.hxx +lib_LTLIBRARIES = libCASCatch.la +libCASCatch_la_SOURCES = \ + CASCatch_CatchSignals.cxx \ + CASCatch_ErrorHandler.cxx \ + CASCatch_Failure.cxx + +COMMON_CPPFLAGS = \ + @CAS_CPPFLAGS@ @CAS_CXXFLAGS@ + +libCASCatch_la_CPPFLAGS = $(COMMON_CPPFLAGS) +libCASCatch_la_LIBADD = $(CAS_KERNEL)