Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/network/Makefile.am @ 6139

Last change on this file since 6139 was 6139, checked in by patrick, 18 years ago

trunk: merged branche network with trunk using command: svn merge -r5999:HEAD, conflicts resolved in favor of the trunk bla

File size: 805 bytes
Line 
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 \
10                      network_stream.cc \
11                      data_stream.cc \
12                      network_protocol.cc \
13                      server_socket.cc \
14                      handshake.cc \
15                      network_game_manager.cc \
16                      converter.cc
17
18
19
20
21noinst_HEADERS = synchronizeable.h \
22                 network_manager.h \
23                 network_socket.h \
24                 connection_monitor.h \
25                 network_stream.h \
26                 data_stream.h \
27                 network_protocol.h \
28                 server_socket.h \
29                 handshake.h \
30                 network_game_manager.h \
31                 converter.h
32
33
Note: See TracBrowser for help on using the repository browser.