Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged the network branche to the trunk

File size: 881 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 \
[6695]8                      shared_network_data.cc \
[5554]9                      network_socket.cc \
10                      connection_monitor.cc \
[5566]11                      network_stream.cc \
[5599]12                      data_stream.cc \
[5996]13                      network_protocol.cc \
[6139]14                      server_socket.cc \
15                      handshake.cc \
16                      network_game_manager.cc \
17                      converter.cc
[5554]18
19
20
[6139]21
[5554]22noinst_HEADERS = synchronizeable.h \
23                 network_manager.h \
[6695]24                 shared_network_data.h \
[5554]25                 network_socket.h \
26                 connection_monitor.h \
[5566]27                 network_stream.h \
[5599]28                 data_stream.h \
[5996]29                 network_protocol.h \
[6139]30                 server_socket.h \
31                 handshake.h \
32                 network_game_manager.h \
33                 converter.h
[5554]34
[6139]35
Note: See TracBrowser for help on using the repository browser.