Salome HOME
Forbid renaming of the objects "in place" by default.
[modules/smesh.git] / src / SMESHDS / Makefile.am
index 7230986a60b6033107d37bb3899195d89cbed1f2..93108a1b08cf494e7a0907ea83dbc392541e5b48 100644 (file)
@@ -39,7 +39,8 @@ salomeinclude_HEADERS = \
        SMESHDS_GroupOnGeom.hxx \
        SMESHDS_GroupOnFilter.hxx \
        SMESH_SMESHDS.hxx \
-       SMESHDS_DataMapOfShape.hxx
+       SMESHDS_DataMapOfShape.hxx \
+       SMESH_Controls.hxx
 
 # Libraries targets
 lib_LTLIBRARIES = libSMESHDS.la
@@ -62,8 +63,7 @@ libSMESHDS_la_CPPFLAGS = \
        $(CAS_CPPFLAGS) \
         $(VTK_INCLUDES) \
        $(BOOST_CPPFLAGS) \
-       -I$(srcdir)/../SMDS \
-       -I$(srcdir)/../Controls
+       -I$(srcdir)/../SMDS
 
 libSMESHDS_la_LDFLAGS  = \
        ../SMDS/libSMDS.la \