Changeset 29:54c2d451f8a0 in xplcommon for test
- Timestamp:
- 01/02/13 11:37:15 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r27 r29 1 1 INCLUDES=-I$(top_srcdir)/src 2 2 3 noinst_PROGRAMS=testevent testlocsock 3 noinst_PROGRAMS=testevent testlocsock testblkstream 4 4 if TARGET_API_POSIX 5 5 noinst_PROGRAMS+=testrandom … … 24 24 endif 25 25 26 testblkstream_SOURCES=testblkstream.cc 27 testblkstream_LDADD=../src/xplcommon/libxplcommon.la 28 if TARGET_API_POSIX 29 testblkstream_LDADD+=-lpthread 30 endif 31 if TARGET_API_WIN32 32 testblkstream_LDFLAGS=-static-libgcc -static-libstdc++ 33 endif 34 26 35 testrandom_SOURCES=testrandom.cc 27 36 testrandom_LDADD=../src/xplcommon/libxplcommon.la
Note:
See TracChangeset
for help on using the changeset viewer.