aboutsummaryrefslogtreecommitdiff
path: root/nxproxy/src
Commit message (Collapse)AuthorAgeFilesLines
* nxproxy/{m4,configure.ac,src/Makefile.am}: drop pthread overlinking.Mihai Moldovan2019-04-041-3/+0
| | | | | | Should be fixed by correctly building libXcomp. See: ArcticaProject/nx-libs#756
* nxproxy: fix spelling errors as reported by codespellUlrich Sibiller2018-05-241-1/+1
|
* nxproxy/{configure.ac,src/Makefile.am}: only enable new ELF dtags if target ↵Mihai Moldovan2018-02-251-0/+5
| | | | | | system actually is ELF-based. Fixes: ArcticaProject/nx-libs#661
* nxproxy/src/Makefile.am: build library using RUNPATH instead of RPATH.Mihai Moldovan2018-01-031-0/+1
| | | | | Will only be useful at build time, since installation strips any RPATH/RUNPATH again.
* Drop bin wrappers for nxagent and nxproxy, directly install nxproxy and ↵Mike Gabriel2017-12-051-1/+1
| | | | | | nxagent to BINDIR. Fixes ArcticaProject/nx-libs#546.
* 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/Main.c: Silence compiler warning.Simon Matter2017-09-291-1/+2
| | | | Fixes ArcticaProject/nx-libs#506.
* 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-122-0/+137
This also solves the last remnant of overlinking as described in GH issue #133. Fixes ArcticaProject/nx-libs#133.