Salome HOME
Implement 'make dist' and 'make distcheck' steps support
[modules/geom.git] / src / GEOMBase / Makefile.am
index d239a400180716986f5140063ab4f6d9d5ea7c5a..a9e7750bb11e887cee92c27b987e47560e6f4447 100644 (file)
@@ -40,27 +40,16 @@ salomeinclude_HEADERS =             \
 dist_libGEOMBase_la_SOURCES =          \
        GEOMBase.cxx                    \
        GEOMBase_Skeleton.cxx           \
-       GEOMBase_aParameterDlg.cxx      \
        GEOMBase_Helper.cxx             \
        GEOM_Operation.cxx
 
 MOC_FILES =                            \
-       GEOMBase_Skeleton_moc.cxx       \
-       GEOMBase_aParameterDlg_moc.cxx
+       GEOMBase_Skeleton_moc.cxx
 
-nodist_libGEOMBase_la_SOURCES = \
+nodist_libGEOMBase_la_SOURCES =        \
        $(MOC_FILES)
 
-#LIB_CLIENT_IDL = SALOME_Exception.idl \
-#               SALOMEDS.idl \
-#               SALOMEDS_Attributes.idl \
-#                 SALOME_GenericObj.idl \
-#               SALOME_Component.idl \
-#               GEOM_Gen.idl
-
-#LIB_SERVER_IDL = 
-
-# additionnal information to compil and link file
+# additional information to compile and link file
 
 libGEOMBase_la_CPPFLAGS =              \
        $(QT_INCLUDES)                  \