Changeset 10:1ee8d0a23099 in vscpl
- Timestamp:
- 01/20/13 08:41:03 (12 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hu/varadiistvan/scpl/io/Makefile.am
r8 r10 1 1 SUBDIRS= 2 3 INCLUDES = -I$(top_builddir)/src 2 4 3 5 if TARGET_API_POSIX … … 12 14 noinst_LTLIBRARIES=libvscpl_io.la 13 15 14 libvscpl_io_la_SOURCES= 16 libvscpl_io_la_SOURCES=\ 17 BlockingStream.cc \ 18 DataStream.cc 15 19 16 20 if TARGET_API_POSIX … … 35 39 LocalSocket.h \ 36 40 LocalAcceptor.h \ 37 LocalServerSocket.h 41 LocalServerSocket.h \ 42 BlockingStream.h \ 43 DataStream.h -
test/Makefile.am
r8 r10 1 1 INCLUDES=-I$(top_srcdir)/src -I$(top_builddir)/src 2 2 3 noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock 3 noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock testblkstream 4 4 5 5 LDADD=../src/hu/varadiistvan/scpl/libvscpl.la … … 20 20 21 21 testlocsock_SOURCES=testlocsock.cc 22 23 testblkstream_SOURCES=testblkstream.cc
Note:
See TracChangeset
for help on using the changeset viewer.