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