Changeset 10:1ee8d0a23099 in vscpl


Ignore:
Timestamp:
01/20/13 08:41:03 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/xplane/hg/vscpl' '/'>, 'public')
Message:

Imported the code of the blocking and data streams

Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/hu/varadiistvan/scpl/io/Makefile.am

    r8 r10  
    11SUBDIRS=
     2
     3INCLUDES = -I$(top_builddir)/src
    24
    35if TARGET_API_POSIX
     
    1214noinst_LTLIBRARIES=libvscpl_io.la
    1315
    14 libvscpl_io_la_SOURCES=
     16libvscpl_io_la_SOURCES=\
     17        BlockingStream.cc       \
     18        DataStream.cc
    1519
    1620if TARGET_API_POSIX
     
    3539        LocalSocket.h           \
    3640        LocalAcceptor.h         \
    37         LocalServerSocket.h
     41        LocalServerSocket.h     \
     42        BlockingStream.h        \
     43        DataStream.h
  • test/Makefile.am

    r8 r10  
    11INCLUDES=-I$(top_srcdir)/src -I$(top_builddir)/src
    22
    3 noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock
     3noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock testblkstream
    44
    55LDADD=../src/hu/varadiistvan/scpl/libvscpl.la
     
    2020
    2121testlocsock_SOURCES=testlocsock.cc
     22
     23testblkstream_SOURCES=testblkstream.cc
Note: See TracChangeset for help on using the changeset viewer.