Changeset 27:11b3ec33029d in xplcommon


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

Files:
3 added
2 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
  • test/Makefile.am

    r20 r27  
    22
    33noinst_PROGRAMS=testevent testlocsock
     4if TARGET_API_POSIX
     5noinst_PROGRAMS+=testrandom
     6endif
    47
    58testevent_SOURCES=testevent.cc
     
    2023testlocsock_LDFLAGS=-static-libgcc -static-libstdc++
    2124endif
     25
     26testrandom_SOURCES=testrandom.cc
     27testrandom_LDADD=../src/xplcommon/libxplcommon.la
Note: See TracChangeset for help on using the changeset viewer.