From f52da526d39d4d65a23434a15e8c4063634f1870 Mon Sep 17 00:00:00 2001 From: inv Date: Mon, 22 Jul 2013 12:53:06 +0000 Subject: [PATCH] Fix link errors. --- src/standalone/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/standalone/Makefile.am b/src/standalone/Makefile.am index d3b5781..d360d9c 100644 --- a/src/standalone/Makefile.am +++ b/src/standalone/Makefile.am @@ -40,6 +40,9 @@ jobmanager_gui_LDADD = -lQtGui -lQtCore \ $(top_builddir)/src/wrappers/libBL_Wrappers_Qt.la \ @OMNIORB_LIBS@ \ $(top_builddir)/idl/libJOBMANAGER_IDL.la \ - -L$(KERNEL_ROOT_DIR)/lib/salome -lSalomeLifeCycleCORBA -lSalomeIDLKernel -lSalomeNS + -L$(KERNEL_ROOT_DIR)/lib/salome -lSalomeLifeCycleCORBA -lSalomeIDLKernel -lSalomeNS -lOpUtil \ + -lSALOMELocalTrace -lSALOMEBasics -lSalomeContainer -lSalomeHDFPersist -lSalomeResourcesManager \ + -lResourcesManager -lSalomeIDLKernel -lSalomeGenericObj -lSalomeNotification -lRegistry + EXTRA_DIST = start_jobmanager.sh.in -- 2.39.2