Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 16, 2005, 4:45:12 PM (18 years ago)
Author:
rennerc
Message:

network_socket: changed argument types

File:
1 edited

Legend:

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

    r5580 r5614  
    5757        network_manager.$(OBJEXT) network_socket.$(OBJEXT) \
    5858        connection_monitor.$(OBJEXT) network_stream.$(OBJEXT) \
    59         data_stream.$(OBJEXT)
     59        data_stream.$(OBJEXT) network_protocol.$(OBJEXT)
    6060libORXnet_a_OBJECTS = $(am_libORXnet_a_OBJECTS)
    6161DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
     
    190190                      connection_monitor.cc \
    191191                      network_stream.cc \
    192                       data_stream.cc
     192                      data_stream.cc \
     193                      network_protocol.cc
    193194
    194195noinst_HEADERS = synchronizeable.h \
     
    197198                 connection_monitor.h \
    198199                 network_stream.h \
    199                  data_stream.h
     200                 data_stream.h \
     201                 network_protocol.h
    200202
    201203all: all-am
     
    249251@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_stream.Po@am__quote@
    250252@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network_manager.Po@am__quote@
     253@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network_protocol.Po@am__quote@
    251254@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network_socket.Po@am__quote@
    252255@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network_stream.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.