Changeset 27:11b3ec33029d in xplcommon for src/xplcommon/Makefile.am


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

Implemented a pseudo-random number generator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/Makefile.am

    r21 r27  
    1010
    1111libxplcommon_la_SOURCES= \
    12         Buffer.cc
     12        Buffer.cc               \
     13        PseudoRandom.cc
    1314
    1415if TARGET_API_POSIX
     
    3637        LocalServerSocket.h     \
    3738        LocalConnector.h        \
    38         LocalClientSocket.h
     39        LocalClientSocket.h     \
     40        PseudoRandom.h
Note: See TracChangeset for help on using the changeset viewer.