From 61e2d5fb79cdb883a73f25111eed372a235a4df2 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 7 Aug 2007 14:26:57 +0000 Subject: [PATCH] +#make top_builddir absolute path, else there is a wrong path in .la file (-L../../../lib/salome) +top_builddir=$(shell (cd ../../..;pwd)) --- src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2