Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5523 was 5523, checked in by snellen, 18 years ago

connection_monitor.h and connection_monitor.cc

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