]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)
authorvsr <vsr@opencascade.com>
Wed, 15 Oct 2008 06:46:44 +0000 (06:46 +0000)
committervsr <vsr@opencascade.com>
Wed, 15 Oct 2008 06:46:44 +0000 (06:46 +0000)
src/Batch/Batch_BatchManager_Local_SH.cxx
src/Batch/Makefile.am

index beead5209dfc81c9e7b480dd1bd422e4d10b94cd..a4d09383d77cd1345135dbf8ed9dca01b358ac73 100644 (file)
@@ -37,9 +37,9 @@
 #include <sys/types.h>
 #ifndef WIN32
 #include <sys/wait.h>
+#include <unistd.h>
 #endif
 #include <ctime>
-#include <unistd.h>
 #include <pthread.h>
 #include <signal.h>
 #include <errno.h>
index aaaa33e2b866b6ae9d0e9795832c370567951892..0be9e02fdbbc90e1445242f28eb3f0fa1539e2a2 100644 (file)
@@ -120,6 +120,7 @@ LIB_CPPFLAGS = \
        -I$(top_builddir)/salome_adm/unix
 
 LIB_LIBADD   = \
+       ${PYTHON_LIBS} \
        ../SALOMELocalTrace/libSALOMELocalTrace.la \
        ../Basics/libSALOMEBasics.la