From: jroy Date: Mon, 19 May 2003 10:02:14 +0000 (+0000) Subject: Correction sur l'emplacement des idl dans le repertoire d'install de KERNEL. X-Git-Tag: V1_4_0~118 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5a13451a9aca98b9e29ffd019ff278c1c8c44f61;p=modules%2Fkernel.git Correction sur l'emplacement des idl dans le repertoire d'install de KERNEL. --- diff --git a/salome_adm/unix/make_commence.in b/salome_adm/unix/make_commence.in index d40988acd..3d073edd8 100644 --- a/salome_adm/unix/make_commence.in +++ b/salome_adm/unix/make_commence.in @@ -10,7 +10,7 @@ HAVE_SSTREAM=@HAVE_SSTREAM@ LIBS=@LIBS@ -LDFLAGS=@LDFLAGS@ -L$(top_builddir)/lib/salome -Xlinker -rpath-link -Xlinker $(top_builddir)/lib/salome +LDFLAGS=@LDFLAGS@ -L$(top_builddir)/lib/salome -Xlinker -rpath-link -Xlinker -L$(top_builddir)/lib/salome # add libstdc++ to link c++ library with libtool ! LDFLAGS+= -lstdc++ @@ -138,7 +138,7 @@ CORBA_INCLUDES = @CORBA_INCLUDES@ CORBA_LIBS = @CORBA_LIBS@ CORBA_CXXFLAGS = @CORBA_CXXFLAGS@ -IDLCXXFLAGS = @IDLCXXFLAGS@ -I$(top_builddir)/idl +IDLCXXFLAGS = @IDLCXXFLAGS@ -I$(top_builddir)/idl IDLPYFLAGS = @IDLPYFLAGS@ IDL = @IDL@ @@ -186,7 +186,7 @@ libdir=@libdir@/salome # warning : if user give this path in configure we could have salome/salome :-( includedir=@includedir@/salome datadir=@datadir@/salome -idldir=$(datadir)/idl/salome +idldir=$(prefix)/idl/salome sharedpydir=@libdir@/python$(PYTHON_VERSION)/site-packages/salome/shared_modules docdir=$(datadir)/doc