Changeset 5:55892b4e7748 in vscpl for src/hu/varadiistvan/scpl/_posix
- Timestamp:
- 01/19/13 14:07:10 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- src/hu/varadiistvan/scpl/_posix
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hu/varadiistvan/scpl/_posix/Makefile.am
r1 r5 2 2 3 3 libvscpl_posix_la_SOURCES = \ 4 Thread.cc 4 Thread.cc \ 5 CondVar.cc 5 6 6 7 include_vscpl_posixdir=$(includedir)/hu/varadiistvan/scpl/_posix 7 8 include_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.