Changeset 6:81a0ade149e1 in xplcommon for src/xplcommon/posix/Makefile.am


Ignore:
Timestamp:
12/29/12 06:40:32 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented basic POSIX socket infrastructure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/posix/Makefile.am

    r4 r6  
    33libxplcommon_posix_la_SOURCES = \
    44        Thread.cc               \
    5         Waitable.cc     \
    6         Waiter.cc       \
    7         WaitableEvent.cc
     5        Waitable.cc             \
     6        Waiter.cc               \
     7        WaitableEvent.cc        \
     8        ReadingBuffer.cc        \
     9        WritingBuffer.cc        \
     10        BufferedWaitable.cc     \
     11        Acceptor.cc             \
     12        ServerSocket.cc         \
     13        Socket.cc               \
     14        Connector.cc            \
     15        ClientSocket.cc
    816
    917include_xplcommon_posixdir=$(includedir)/xplcommon/posix
     
    1220        Waitable.h              \
    1321        Waiter.h                \
    14         WaitableEvent.h
     22        WaitableEvent.h         \
     23        WaitableBuffer.h        \
     24        ReadingBuffer.h         \
     25        WritingBuffer.h         \
     26        BufferedWaitable.h      \
     27        Acceptor.h              \
     28        ServerSocket.h          \
     29        Socket.h                \
     30        Connector.h             \
     31        ClientSocket.h
Note: See TracChangeset for help on using the changeset viewer.