aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* nxcomp/src/Makefile.am: Correct usage of PTHREAD_CFLAGS and PTHREAD_LIBS. ↵Mike Gabriel2019-04-071-2/+2
| | | | PTHREAD_CFLAGS is also supposed to be used when linking. See comments in m4/ax_pthread.m4.
* nxcomp/src/Makefile.am: PTHREAD_LDFLAGS does not exist, replace with ↵Mihai Moldovan2019-04-041-1/+1
| | | | PTHREAD_LIBS.
* New logging implementationVadim Troshchinskiy2017-10-271-0/+1
| | | | | | | | Features: * Works without ifdefs * Configurable with commandline arguments * Log level configurable per file * Thread safe
* nxcomp: add AX_PTHREAD code from autoconf-archive and check for pthread support.Mihai Moldovan2017-10-271-1/+7
|
* nxcomp: Switch to autoreconf.Mike Gabriel2017-07-261-0/+146