Salome HOME
Fix compilation pb.
[modules/kernel.git] / src / SALOMELocalTrace / Makefile.am
index f9cec5a2bdea00f09b75b7f93c533068b574a1f2..f499942116ee0178084d0ddd006ad100f1a3990c 100644 (file)
@@ -17,7 +17,7 @@
 #  License along with this library; if not, write to the Free Software 
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 # 
-#  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 #
 #
@@ -31,7 +31,8 @@ include $(top_srcdir)/salome_adm/unix/make_common_starter.am
 salomeinclude_HEADERS = \
        utilities.h \
        LocalTraceBufferPool.hxx \
-       BaseTraceCollector.hxx
+       BaseTraceCollector.hxx \
+       SALOME_LocalTrace.hxx
 
 lib_LTLIBRARIES = libSALOMELocalTrace.la
 
@@ -43,7 +44,8 @@ libSALOMELocalTrace_la_SOURCES = \
        FileTraceCollector.cxx \
        FileTraceCollector.hxx \
        LocalTraceBufferPool.cxx \
-       LocalTraceBufferPool.hxx
+       LocalTraceBufferPool.hxx \
+       SALOME_LocalTrace.hxx
 
 libSALOMELocalTrace_la_LDFLAGS  = -no-undefined -version-info=0:0:0
 libSALOMELocalTrace_la_CPPFLAGS = -I$(srcdir)/../Basics