Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10575 in orxonox.OLD for branches/cleanup/src/lib/util/Makefile.am


Ignore:
Timestamp:
Feb 7, 2007, 9:22:45 PM (17 years ago)
Author:
bensch
Message:

simple threads splited up into multiple files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/lib/util/Makefile.am

    r9869 r10575  
    2929                filesys/net_link.cc \
    3030                \
    31                 threading.cc \
     31                threads/thread.cc \
    3232                timer.cc
    3333
     
    6363                filesys/net_link.h \
    6464                \
    65                 threading.h \
     65                threads/threading.h \
     66                threads/thread.h \
     67                threads/mutex.h \
     68                threads/mutex_locker.h \
     69                \
    6670                timer.h \
    6771                \
Note: See TracChangeset for help on using the changeset viewer.