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

Implemented the server side of the local socket

File:
1 edited

Legend:

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

    r6 r11  
    1313        Socket.cc               \
    1414        Connector.cc            \
    15         ClientSocket.cc
     15        ClientSocket.cc         \
     16        LocalServerSocket.cc
    1617
    1718include_xplcommon_posixdir=$(includedir)/xplcommon/posix
     
    2930        Socket.h                \
    3031        Connector.h             \
    31         ClientSocket.h
     32        ClientSocket.h          \
     33        LocalSocket.h           \
     34        LocalAcceptor.h         \
     35        LocalServerSocket.h
Note: See TracChangeset for help on using the changeset viewer.