Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5594 was 5566, checked in by patrick, 19 years ago

network: added the missing NetworkStream files (they still need to be implemented) and added some small code to the NetworManager for preparation of the init process

File size: 519 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
13
14
15noinst_HEADERS = synchronizeable.h \
16                 network_manager.h \
17                 network_socket.h \
18                 connection_monitor.h \
19                 network_stream.h \
20                 data_stream.h
21
Note: See TracBrowser for help on using the repository browser.