aboutsummaryrefslogtreecommitdiff
path: root/nxproxy/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* nxproxy: use ax_pthread.m4.Mihai Moldovan2017-10-271-0/+6
| | | | | Works around libtool bug related to using both -nostdlib and -pthread (with the former dropping latter usage.)
* nxproxy/src/Makefile.am: Actually define nxproxy_CFLAGS, so the various ↵Mike Gabriel2017-08-021-0/+4
| | | | compiler warning flags get enabled at build time of nxproxy.
* nxcomp: Switch to autoreconf.Mike Gabriel2017-07-261-2/+2
|
* nxproxy: Switch to autoreconf.Mike Gabriel2017-07-121-0/+17
This also solves the last remnant of overlinking as described in GH issue #133. Fixes ArcticaProject/nx-libs#133.