Salome HOME
Moved some functionality to VTKViewer_Utilities.h
[modules/kernel.git] / src / Utils / Makefile.in
index 0ccfe041ffd03286f3d94677478b5caf083ca68c..f7f5d5a65967114fb023744f0f9ac1d999402cd5 100644 (file)
@@ -27,7 +27,7 @@
 #  $Header$
 
 top_srcdir=@top_srcdir@
-top_builddir=../../..
+top_builddir=../..
 srcdir=@srcdir@
 VPATH=.:@srcdir@:@top_srcdir@/idl
 
@@ -36,7 +36,6 @@ VPATH=.:@srcdir@:@top_srcdir@/idl
 
 # header files  
 EXPORT_HEADERS= \
-       utilities.h \
        OpUtil.hxx \
        Utils_Timer.hxx \
        Utils_CorbaException.hxx \
@@ -45,7 +44,9 @@ EXPORT_HEADERS= \
        Utils_ORB_INIT.hxx \
        Utils_Identity.hxx \
        Utils_SINGLETON.hxx \
-       Utils_DESTRUCTEUR_GENERIQUE.hxx
+       Utils_DESTRUCTEUR_GENERIQUE.hxx \
+       Utils_ExceptHandlers.hxx \
+       Utils_SignalsHandler.h
 
 EXPORT_PYSCRIPTS = Utils_Identity.py SALOME_utilities.py
 # Libraries targets
@@ -55,9 +56,13 @@ LIB_SRC = OpUtil.cxx Utils_Timer.cxx duplicate.cxx \
        Utils_CommException.cxx \
        Utils_SALOME_Exception.cxx \
        Utils_Identity.cxx Utils_ORB_INIT.cxx \
-       Utils_DESTRUCTEUR_GENERIQUE.cxx
+       Utils_DESTRUCTEUR_GENERIQUE.cxx \
+       Utils_ExceptHandlers.cxx \
+       Utils_SignalsHandler.cxx
 
-LDFLAGS+= -lSalomeLoggerServer
+LIB_SERVER_IDL = SALOME_Exception.idl
+
+LDFLAGS+= -lSALOMELocalTrace
 
 @CONCLUDE@