Salome HOME
RNV: fix link errors.
[samples/component.git] / src / SIGNALSComponent / Makefile.am
index 8fcd69dc5d626f259f16fb526b165c9e819d79a5..1438bbafcc212867eda33cef073a1bd6cf6b6f98 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -56,9 +56,13 @@ libSIGNALSComponentEngine_la_LDFLAGS  = \
        -lSalomeGenericObj \
        -lSalomeContainer \
        -lSalomeNS \
+       -lSALOMEBasics \
        -lOpUtil \
        -lRegistry \
-       -lSalomeNotification
+       -lSalomeNotification \
+       -lSalomeHDFPersist \
+       -lSalomeIDLKernel \
+       -lResourcesManager
 
 SIGNALSComponent_CheckOfUndefined_CPPFLAGS = \
        $(libSIGNALSComponentEngine_la_CPPFLAGS)