From 6b950dd3a3fbfad1b69eca646efe077c87f4be6f Mon Sep 17 00:00:00 2001 From: asl Date: Fri, 5 May 2006 07:19:19 +0000 Subject: [PATCH] Now library is built and headers are exported (it is necessary for TRIPOLI) --- src/CASCatch/Makefile.am | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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) -- 2.39.2