From 393c9f01da4cab70c0083ed28b23f0dca03268dd Mon Sep 17 00:00:00 2001 From: ptv Date: Wed, 11 Oct 2006 11:28:47 +0000 Subject: [PATCH] adopt for COSAC GUI project --- src/LightApp/Makefile.in | 2 +- src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LightApp/Makefile.in b/src/LightApp/Makefile.in index 2fd596ee3..23ed84830 100755 --- a/src/LightApp/Makefile.in +++ b/src/LightApp/Makefile.in @@ -152,7 +152,7 @@ RESOURCES_FILES = icon_about.png \ LightApp.ini \ LightApp.xml -CPPFLAGS+=$(PYTHON_INCLUDES) $(QT_INCLUDES) $(OCC_INCLUDES) \ +CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) \ $(HDF5_INCLUDES) $(KERNEL_CXXFLAGS) ifneq ($(DISABLE_VTKVIEWER),yes) diff --git a/src/Makefile.in b/src/Makefile.in index 0bd6d185f..05daea841 100755 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -32,7 +32,7 @@ VPATH=.:@srcdir@ @COMMENCE@ -SUBDIRS = Qtx DDS QDS SUIT STD CAF CAM SUITApp LogWindow ObjBrowser Prs +SUBDIRS = Qtx DDS QDS SUIT STD CAM SUITApp LogWindow ObjBrowser Prs ifneq ($(DISABLE_SALOMEOBJECT),yes) SUBDIRS += OBJECT -- 2.39.2