Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5831 in orxonox.OLD


Ignore:
Timestamp:
Nov 30, 2005, 10:41:54 AM (18 years ago)
Author:
patrick
Message:

network: subproject fix

Location:
branches/network/src/subprojects/network
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/subprojects/network/Makefile.am

    r5829 r5831  
    2323                  $(MAINSRCDIR)/util/loading/load_param.cc \
    2424                  $(MAINSRCDIR)/lib/util/substring.cc \
    25                   $(MAINSRCDIR)/lib/util/helper_functions.cc
     25                  $(MAINSRCDIR)/util/loading/load_param_description.cc \
     26                  $(MAINSRCDIR)/lib/util/helper_functions.cc \
     27                  $(MAINSRCDIR)/lib/util/executor/executor.cc \
     28                  $(MAINSRCDIR)/lib/util/multi_type.cc
    2629
    2730
  • branches/network/src/subprojects/network/network_unit_test.cc

    r5829 r5831  
    326326  //vprintf(line, arguments);
    327327  printf("%s", line);
    328 
    329 }
     328}
Note: See TracChangeset for help on using the changeset viewer.