Ignore:
Timestamp:
01/19/13 14:07:10 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Imported the conditional variable implementation from xplcommon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hu/varadiistvan/scpl/_posix/Makefile.am

    r1 r5  
    22
    33libvscpl_posix_la_SOURCES =     \
    4         Thread.cc
     4        Thread.cc               \
     5        CondVar.cc
    56
    67include_vscpl_posixdir=$(includedir)/hu/varadiistvan/scpl/_posix
    78include_vscpl_posix_HEADERS=\
    8         Thread.h
     9        Thread.h                \
     10        Mutex.h                 \
     11        CondVar.h
Note: See TracChangeset for help on using the changeset viewer.