Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/network/Makefile.am @ 6043

Last change on this file since 6043 was 6043, checked in by rennerc, 18 years ago

added handshake

File size: 695 bytes
RevLine 
[5554]1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXnet.a
5
6libORXnet_a_SOURCES = synchronizeable.cc \
7                      network_manager.cc \
8                      network_socket.cc \
9                      connection_monitor.cc \
[5566]10                      network_stream.cc \
[5599]11                      data_stream.cc \
[5996]12                      network_protocol.cc \
[6043]13                      server_socket.cc \
14                      handshake.cc
[5554]15
16
17
18noinst_HEADERS = synchronizeable.h \
19                 network_manager.h \
20                 network_socket.h \
21                 connection_monitor.h \
[5566]22                 network_stream.h \
[5599]23                 data_stream.h \
[5996]24                 network_protocol.h \
[6043]25                 server_socket.h \
26                 handshake.h
[5554]27
Note: See TracBrowser for help on using the repository browser.