Changeset 34:ad3194cb9bef in xplcommon for test
- Timestamp:
- 01/02/13 16:46:04 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r32 r34 1 1 INCLUDES=-I$(top_srcdir)/src 2 2 3 noinst_PROGRAMS=testevent testlocsock testblkstream testmutex 3 noinst_PROGRAMS=testevent testlocsock testblkstream testmutex testcondvar 4 4 if TARGET_API_POSIX 5 5 noinst_PROGRAMS+=testrandom … … 42 42 endif 43 43 44 testcondvar_SOURCES=testcondvar.cc 45 testcondvar_LDADD=../src/xplcommon/libxplcommon.la 46 if TARGET_API_POSIX 47 testcondvar_LDADD+=-lpthread 48 endif 49 if TARGET_API_WIN32 50 testcondvar_LDFLAGS=-static-libgcc -static-libstdc++ 51 endif 52 44 53 testrandom_SOURCES=testrandom.cc 45 54 testrandom_LDADD=../src/xplcommon/libxplcommon.la
Note:
See TracChangeset
for help on using the changeset viewer.