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