]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMGUI/Makefile.am
Salome HOME
Compilation SALOME on Windows
[modules/geom.git] / src / GEOMGUI / Makefile.am
index 71f187ae0f73b93681ea62cf0850f0faf4f58060..0e30791d7faa4e98dce58ec3205ca66bf0ffb6cb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -32,19 +32,26 @@ salomeinclude_HEADERS =     \
        GeometryGUI.h           \
        GeometryGUI_Operations.h\
        GEOMGUI.h               \
+       GEOMPluginGUI.h         \
+       GEOMGUI_XmlHandler.h    \
        GEOM_Displayer.h        \
        GEOMGUI_OCCSelector.h   \
        GEOMGUI_Selection.h     \
-       GEOM_GEOMGUI.hxx
+       GEOM_GEOMGUI.hxx        \
+       GEOMGUI_CreationInfoWdg.h
 
 dist_libGEOM_la_SOURCES =      \
        GeometryGUI.cxx         \
        GEOMGUI.cxx             \
+       GEOMPluginGUI.cxx       \
+       GEOMGUI_XmlHandler.cxx  \
        GEOM_Displayer.cxx      \
         GEOMGUI_OCCSelector.cxx        \
-       GEOMGUI_Selection.cxx
+       GEOMGUI_Selection.cxx   \
+       GEOMGUI_CreationInfoWdg.cxx
 
 MOC_FILES =                    \
+       GEOMGUI_CreationInfoWdg_moc.cxx \
        GeometryGUI_moc.cxx
 
 nodist_libGEOM_la_SOURCES =    \
@@ -54,7 +61,8 @@ nodist_libGEOM_la_SOURCES =   \
 nodist_salomeres_DATA =        \
        GEOM_images.qm  \
        GEOM_msg_en.qm  \
-       GEOM_msg_fr.qm
+       GEOM_msg_fr.qm  \
+       GEOM_msg_ja.qm
 
 # additional information to compile and link file
 
@@ -83,7 +91,7 @@ libGEOM_la_LDFLAGS =                                          \
        ../Material/libMaterial.la                              \
        ../GEOMClient/libGEOMClient.la                          \
        ../OBJECT/libGEOMObject.la                              \
-       $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeNS -lSalomeDSClient            \
+       $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeNS -lSalomeDS -lSalomeDSClient         \
        $(GUI_LDFLAGS) -lOCCViewer -lVTKViewer -lCAM -lSOCC -lSVTK -lEvent -lSalomePrs -lstd    \
        $(OPENCV_LIBS)