Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5533 was 5533, checked in by patrick, 18 years ago

network: some small changes in the comments and formatting in makefile.am

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