Changeset 27:11b3ec33029d in xplcommon
- Timestamp:
- 01/02/13 08:48:45 (12 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/xplcommon/Makefile.am
r21 r27 10 10 11 11 libxplcommon_la_SOURCES= \ 12 Buffer.cc 12 Buffer.cc \ 13 PseudoRandom.cc 13 14 14 15 if TARGET_API_POSIX … … 36 37 LocalServerSocket.h \ 37 38 LocalConnector.h \ 38 LocalClientSocket.h 39 LocalClientSocket.h \ 40 PseudoRandom.h -
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.