From: eap Date: Tue, 7 Aug 2007 14:26:57 +0000 (+0000) Subject: +#make top_builddir absolute path, else there is a wrong path in .la file (-L../... X-Git-Tag: T32x_16Aug2007_16h00m~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=61e2d5fb79cdb883a73f25111eed372a235a4df2;p=modules%2Fgui.git +#make top_builddir absolute path, else there is a wrong path in .la file (-L../../../lib/salome) +top_builddir=$(shell (cd ../../..;pwd)) --- diff --git a/src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.in b/src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.in index 9053a4d06..bf628703b 100644 --- a/src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.in +++ b/src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.in @@ -25,6 +25,9 @@ top_builddir=../../.. srcdir=@srcdir@ VPATH=.:@srcdir@:@top_srcdir@/idl +#make top_builddir absolute path, else there is a wrong path in .la file (-L../../../lib/salome) +top_builddir=$(shell (cd ../../..;pwd)) + @COMMENCE@ # small trick for Mandrake-10.1: PyQt 3.13 does not support Qt 3.3.3