Commit fb3c4dad authored by Marco Buttu's avatar Marco Buttu
Browse files

Fix #87: undefined symbols in BackendsInterface

parent 115a4978
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -37,6 +37,19 @@ IDL_FILES = GenericBackend BackendsBoss TotalPower NoiseGenerator DigitalXCorrel
IDL_TAO_FLAGS =
USER_IDL =

GenericBackendStubs_LIBS = baciStubs bulkDataStubs bulkDataSenderStubs BackendsDefinitionsStubs \
    ManagmentDefinitionsStubs ComponentErrorsStubs BackendsErrorsStubs ReceiversDefinitionsStubs
BackendsBossStubs_LIBS = baciStubs BackendsDefinitionsStubs ManagmentDefinitionsStubs \
    ComponentErrorsStubs
TotalPowerStubs_LIBS = baciStubs GenericBackendStubs
NoiseGeneratorStubs_LIBS = baciStubs GenericBackendStubs
DigitalXCorrelatorStubs_LIBS = acscomponentStubs ACSErrTypeFPGAConnectionStubs \
    ACSErrTypeFPGACommunicationStubs ComponentErrorsStubs
HolographyStubs_LIBS = baciStubs GenericBackendStubs
DBBCStubs_LIBS = baciStubs GenericBackendStubs
DFBInterfaceStubs_LIBS = baciStubs GenericBackendStubs
RoachStubs_LIBS = baciStubs GenericBackendStubs

#
# list of all possible C-sources (used to create automatic dependencies)
# ------------------------------