Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 6067 was 6066, checked in by bwuest, 18 years ago

entity_manager.h and entity_manager.cc created

File size: 751 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                      entity_manager.cc
16
17
18
19
20noinst_HEADERS = synchronizeable.h \
21                 network_manager.h \
22                 network_socket.h \
23                 connection_monitor.h \
24                 network_stream.h \
25                 data_stream.h \
26                 network_protocol.h \
27                 server_socket.h \
28                 handshake.h \
29                 entity_manager.h
30
31
Note: See TracBrowser for help on using the repository browser.