Salome HOME
PR: remove SALOMETraceCollector dependance, SALOME_ContainerPy.py must be executable
authorprascle <prascle>
Wed, 1 Feb 2006 15:03:44 +0000 (15:03 +0000)
committerprascle <prascle>
Wed, 1 Feb 2006 15:03:44 +0000 (15:03 +0000)
src/Container/Makefile.am

index daa34e1cc2be5626b7b1ca7d416fe10819eafe0a..8057551844219bebff944a30e46300a565092572 100644 (file)
@@ -44,9 +44,12 @@ salomeinclude_HEADERS = \
 # Scripts to be installed
 salomescript_DATA =\
        SALOME_ComponentPy.py \
-       SALOME_ContainerPy.py \
        SALOME_Container.py
 
+# These files are executable scripts
+salomescript_SCRIPTS=\
+       SALOME_ContainerPy.py
+
 #
 # ===============================================================
 # Local definitions
@@ -66,7 +69,6 @@ COMMON_CPPFLAGS=\
        @QT_MT_INCLUDES@ \
        -I$(srcdir)/../Basics \
        -I$(srcdir)/../SALOMELocalTrace \
-       -I$(srcdir)/../SALOMETraceCollector \
        -I$(srcdir)/../NamingService \
        -I$(srcdir)/../Utils \
        -I$(srcdir)/../Registry \