From 7595ecc240eafd4401715983b7f7564770001231 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 7 Feb 2006 07:06:29 +0000 Subject: [PATCH] Fix problems of compilation caused by previous integration --- src/LightApp/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LightApp/Makefile.in b/src/LightApp/Makefile.in index 20610162c..3ffef0449 100755 --- a/src/LightApp/Makefile.in +++ b/src/LightApp/Makefile.in @@ -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 \ -- 2.39.2