Salome HOME
RNV: fix link errors.
[samples/component.git] / src / SIGNALSComponent / Makefile.am
index 469ff54f33a714b0b23ff800d8d737b7f1118381..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
@@ -47,7 +47,8 @@ libSIGNALSComponentEngine_la_CPPFLAGS = \
        $(CORBA_CXXFLAGS) \
        $(CORBA_INCLUDES) \
        $(KERNEL_CXXFLAGS) \
-       -I$(top_builddir)/idl
+       -I$(top_builddir)/idl \
+       -I$(top_builddir)
 
 libSIGNALSComponentEngine_la_LDFLAGS  = \
        ../../idl/libSalomeIDLCOMPONENT.la \
@@ -55,9 +56,13 @@ libSIGNALSComponentEngine_la_LDFLAGS  = \
        -lSalomeGenericObj \
        -lSalomeContainer \
        -lSalomeNS \
+       -lSALOMEBasics \
        -lOpUtil \
        -lRegistry \
-       -lSalomeNotification
+       -lSalomeNotification \
+       -lSalomeHDFPersist \
+       -lSalomeIDLKernel \
+       -lResourcesManager
 
 SIGNALSComponent_CheckOfUndefined_CPPFLAGS = \
        $(libSIGNALSComponentEngine_la_CPPFLAGS)