Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

network/src/lib/network: added the network manager

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