Changeset 20:38521bf10e24 in xplcommon for test
- Timestamp:
- 12/30/12 16:45:26 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r18 r20 4 4 5 5 testevent_SOURCES=testevent.cc 6 testevent_LDADD=../src/xplcommon/libxplcommon.la -lpthread 6 testevent_LDADD=../src/xplcommon/libxplcommon.la 7 if TARGET_API_POSIX 8 testevent_LDADD+=-lpthread 9 endif 10 if TARGET_API_WIN32 11 testevent_LDFLAGS=-static-libgcc -static-libstdc++ 12 endif 7 13 8 14 testlocsock_SOURCES=testlocsock.cc 9 testlocsock_LDADD=../src/xplcommon/libxplcommon.la -lpthread 15 testlocsock_LDADD=../src/xplcommon/libxplcommon.la 16 if TARGET_API_POSIX 17 testlocsock_LDADD+=-lpthread 18 endif 19 if TARGET_API_WIN32 20 testlocsock_LDFLAGS=-static-libgcc -static-libstdc++ 21 endif
Note:
See TracChangeset
for help on using the changeset viewer.