Changeset 27:11b3ec33029d in xplcommon for test
- Timestamp:
- 01/02/13 08:48:45 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r20 r27 2 2 3 3 noinst_PROGRAMS=testevent testlocsock 4 if TARGET_API_POSIX 5 noinst_PROGRAMS+=testrandom 6 endif 4 7 5 8 testevent_SOURCES=testevent.cc … … 20 23 testlocsock_LDFLAGS=-static-libgcc -static-libstdc++ 21 24 endif 25 26 testrandom_SOURCES=testrandom.cc 27 testrandom_LDADD=../src/xplcommon/libxplcommon.la
Note:
See TracChangeset
for help on using the changeset viewer.