]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix problems of compilation caused by previous integration T_merge_to_HEAD_20060207
authorvsr <vsr@opencascade.com>
Tue, 7 Feb 2006 07:06:29 +0000 (07:06 +0000)
committervsr <vsr@opencascade.com>
Tue, 7 Feb 2006 07:06:29 +0000 (07:06 +0000)
src/LightApp/Makefile.in

index 20610162c4d827370c1bd3eba437fef2d707fd07..3ffef04491b2f2e3def1bc0517acf859bc3e06c7 100755 (executable)
@@ -22,7 +22,6 @@ EXPORT_HEADERS= LightApp.h \
                LightApp_Dialog.h \
                LightApp_Displayer.h \
                LightApp_Driver.h \
-#              LightApp_HDFDriver.h \
                LightApp_GLSelector.h \
                LightApp_Module.h \
                LightApp_ModuleDlg.h \
@@ -42,6 +41,7 @@ EXPORT_HEADERS= LightApp.h \
                LightApp_UpdateFlags.h \
                LightApp_VTKSelector.h \
                LightApp_WidgetContainer.h
+#               LightApp_HDFDriver.h \
 
 # .po files to transform in .qm
 PO_FILES = LightApp_images.po \
@@ -59,7 +59,6 @@ LIB_SRC= LightApp_AboutDlg.cxx \
         LightApp_Dialog.cxx \
         LightApp_Displayer.cxx \
         LightApp_Driver.cxx \
-#       LightApp_HDFDriver.cxx \
         LightApp_GLSelector.cxx \
         LightApp_Module.cxx \
         LightApp_ModuleDlg.cxx \
@@ -77,6 +76,7 @@ LIB_SRC= LightApp_AboutDlg.cxx \
         LightApp_PreferencesDlg.cxx \
         LightApp_VTKSelector.cxx \
         LightApp_WidgetContainer.cxx
+#        LightApp_HDFDriver.cxx \
 
 LIB_MOC = LightApp_AboutDlg.h \
          LightApp_Application.h \