Changeset 35:f8a5b321d0c3 in xplcommon for test/Makefile.am


Ignore:
Timestamp:
01/03/13 06:57:15 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for detached threads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r34 r35  
    11INCLUDES=-I$(top_srcdir)/src
    22
    3 noinst_PROGRAMS=testevent testlocsock testblkstream testmutex testcondvar
     3noinst_PROGRAMS=testthread testevent testlocsock testblkstream testmutex testcondvar
    44if TARGET_API_POSIX
    55noinst_PROGRAMS+=testrandom
     6endif
     7
     8testthread_SOURCES=testthread.cc
     9testthread_LDADD=../src/xplcommon/libxplcommon.la
     10if TARGET_API_POSIX
     11testthread_LDADD+=-lpthread
     12endif
     13if TARGET_API_WIN32
     14testthread_LDFLAGS=-static-libgcc -static-libstdc++
    615endif
    716
Note: See TracChangeset for help on using the changeset viewer.