Changeset 5:55892b4e7748 in vscpl for test
- Timestamp:
- 01/19/13 14:07:10 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r4 r5 1 1 INCLUDES=-I$(top_srcdir)/src -I../src/hu/varadiistvan/scpl 2 2 3 noinst_PROGRAMS=testthread testmutex 3 noinst_PROGRAMS=testthread testmutex testcondvar 4 4 5 5 LDADD=../src/hu/varadiistvan/scpl/libvscpl.la … … 14 14 15 15 testmutex_SOURCES=testmutex.cc 16 17 testcondvar_SOURCES=testcondvar.cc
Note:
See TracChangeset
for help on using the changeset viewer.