Changeset 32:4bef4944955f in xplcommon for test
- Timestamp:
- 01/02/13 14:30:45 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r29 r32 1 1 INCLUDES=-I$(top_srcdir)/src 2 2 3 noinst_PROGRAMS=testevent testlocsock testblkstream 3 noinst_PROGRAMS=testevent testlocsock testblkstream testmutex 4 4 if TARGET_API_POSIX 5 5 noinst_PROGRAMS+=testrandom … … 33 33 endif 34 34 35 testmutex_SOURCES=testmutex.cc 36 testmutex_LDADD=../src/xplcommon/libxplcommon.la 37 if TARGET_API_POSIX 38 testmutex_LDADD+=-lpthread 39 endif 40 if TARGET_API_WIN32 41 testmutex_LDFLAGS=-static-libgcc -static-libstdc++ 42 endif 43 35 44 testrandom_SOURCES=testrandom.cc 36 45 testrandom_LDADD=../src/xplcommon/libxplcommon.la
Note:
See TracChangeset
for help on using the changeset viewer.