Changeset 29:54c2d451f8a0 in xplcommon for src/xplcommon/Makefile.am


Ignore:
Timestamp:
01/02/13 11:37:15 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented a blocking stream and a corresponding trst program

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/Makefile.am

    r27 r29  
    1010
    1111libxplcommon_la_SOURCES= \
     12        PseudoRandom.cc         \
    1213        Buffer.cc               \
    13         PseudoRandom.cc
     14        BlockingStream.cc
    1415
    1516if TARGET_API_POSIX
     
    2526        config.h                \
    2627        types.h                 \
     28        PseudoRandom.h          \
    2729        Failable.h              \
    2830        Thread.h                \
     
    3840        LocalConnector.h        \
    3941        LocalClientSocket.h     \
    40         PseudoRandom.h
     42        BlockingStream.h
Note: See TracChangeset for help on using the changeset viewer.