Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5526 in orxonox.OLD for branches/network/src/lib/network/Makefile.in


Ignore:
Timestamp:
Nov 9, 2005, 5:22:38 PM (18 years ago)
Author:
patrick
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/Makefile.in

    r5520 r5526  
    5757libORXnet_a_LIBADD =
    5858am_libORXnet_a_OBJECTS = synchronizeable.$(OBJEXT) \
    59         network_manager.$(OBJEXT)
     59        network_manager.$(OBJEXT) connection_monitor.$(OBJEXT)
    6060libORXnet_a_OBJECTS = $(am_libORXnet_a_OBJECTS)
    6161DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
     
    186186noinst_LIBRARIES = libORXnet.a
    187187libORXnet_a_SOURCES = synchronizeable.cc \
    188                       network_manager.cc
     188                      network_manager.cc \
     189                      connection_monitor.cc
    189190
    190191noinst_HEADERS = synchronizeable.h \
    191                      network_manager.h
     192                     network_manager.h \
     193                     connection_monitor.h
    192194
    193195all: all-am
     
    238240        -rm -f *.tab.c
    239241
     242@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection_monitor.Po@am__quote@
    240243@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network_manager.Po@am__quote@
    241244@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synchronizeable.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.