Ignore:
Timestamp:
May 26, 2009, 1:40:23 AM (15 years ago)
Author:
mies
Message:

Merged 20090512-mies-connectors changes r3472:r3689 into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/Makefile.am

    r3374 r3690  
    268268  overlay/messages/JoinReply.cpp \
    269269  overlay/messages/JoinRequest.cpp \
     270  overlay/messages/LinkRequest.cpp \
    270271  overlay/messages/OverlayMsg.cpp
    271272
     
    273274  overlay/messages/JoinReply.h \
    274275  overlay/messages/JoinRequest.h \
     276  overlay/messages/LinkRequest.h \
    275277  overlay/messages/OverlayMsg.h
    276278
     
    300302  overlay/modules/onehop/messages/NodeListingRequest.h \
    301303  overlay/modules/onehop/messages/NodeListingReply.h
     304
     305#------------> overlay :: modules :: chord
     306
     307libariba_la_SOURCES += \
     308  overlay/modules/chord/Chord.cpp \
     309  overlay/modules/chord/messages/ChordMessage.cpp \
     310  overlay/modules/chord/messages/Discovery.cpp
     311
     312nobase_libariba_la_HEADERS += \
     313  overlay/modules/chord/Chord.h \
     314  overlay/modules/chord/messages/ChordMessage.h \
     315  overlay/modules/chord/messages/Discovery.h \
     316  overlay/modules/chord/detail/chord_routing_table.hpp \
     317  overlay/modules/chord/detail/comparators.hpp \
     318  overlay/modules/chord/detail/distances.hpp \
     319  overlay/modules/chord/detail/minimizer_table.hpp \
     320  overlay/modules/chord/detail/table_listener.hpp
    302321
    303322#------------> utility
Note: See TracChangeset for help on using the changeset viewer.