Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

network/lib/network: added a readme file for the network modules developers

File size: 339 bytes
RevLine 
[5517]1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXnet.a
5
[5520]6libORXnet_a_SOURCES = synchronizeable.cc \
[5526]7                      network_manager.cc \
8                      connection_monitor.cc
[5517]9
10
11
[5520]12noinst_HEADERS =     synchronizeable.h \
[5526]13                     network_manager.h \
14                     connection_monitor.h
[5517]15
Note: See TracBrowser for help on using the repository browser.