]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
check that PyConsole is disabled before add python libraries to LIB flags
authorptv <ptv@opencascade.com>
Tue, 10 Oct 2006 11:44:35 +0000 (11:44 +0000)
committerptv <ptv@opencascade.com>
Tue, 10 Oct 2006 11:44:35 +0000 (11:44 +0000)
src/SUITApp/Makefile.in

index 1265308b42741251517664eab597a8965ddea157..0126f4d5911f3bc9386b9014ccf0737a1165380b 100644 (file)
@@ -51,7 +51,10 @@ CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES)
 
 LDFLAGS+=$(QT_MT_LIBS) 
 
-LIBS+= -Xlinker -export-dynamic $(PYTHON_LIBS)
+LIBS+= -Xlinker -export-dynamic
+ifneq ($(DISABLE_PYCONSOLE),yes)
+ LIBS+= $(PYTHON_LIBS)
+endif
 LIBS+= -lsuit -lqtx
 LIBSFORBIN+= -lsuit -lqtx