]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
+#make top_builddir absolute path, else there is a wrong path in .la file (-L../...
authoreap <eap@opencascade.com>
Tue, 7 Aug 2007 14:26:57 +0000 (14:26 +0000)
committereap <eap@opencascade.com>
Tue, 7 Aug 2007 14:26:57 +0000 (14:26 +0000)
+top_builddir=$(shell (cd ../../..;pwd))

src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.in

index 9053a4d064dd58568060f38b400983a1a045cd97..bf628703b9b6d6b3819160820e5e6201e4c6168f 100644 (file)
@@ -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