Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5554 was 5554, checked in by bknecht, 18 years ago

added comments to data_stream files (.cc, .h), data_stream should now compile and is ready for implementation

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