aboutsummaryrefslogtreecommitdiff
path: root/debian/Makefile.nx-libs
Commit message (Collapse)AuthorAgeFilesLines
* attempt to correct symlink creation for Xinerama supportMike Gabriel2013-12-171-1/+0
|
* Enable Xinerama support for RPM packages. (Fixes: #370).Mike Gabriel2013-12-171-0/+9
|
* For vanilla nxagent move keystrokes.cfg from /etc/nx to /etc/nxagent.Mike Gabriel2013-05-071-1/+1
|
* Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go (for ↵Mike Gabriel2013-05-061-0/+7
| | | | x2goagent). (Fixes: #199).
* Fix faulty symlink path. Make sure that x2goagent symlink does not point to ↵Mike Gabriel2013-03-281-1/+1
| | | | absolute path somewhere within the build environment.
* Main Makefile: Use absolute symlink when linking from $(X2GOLIBDIR) into ↵Mike Gabriel2013-03-221-1/+1
| | | | $(NXLIBDIR) (i.e. linking x2goagent -> nxagent). (Fixes: #143).
* Work-in patch from Jan Engehardt for working around different improper bash ↵Mike Gabriel2013-03-221-6/+6
| | | | implementations of string-in-string replacing. (Fixes: #145).
* Fix wrong symlink direction of libNX_* files. (Fixes: #107).Orion Poplawski2013-02-121-9/+5
|
* Remove duplicate install of nxproxy from main Makefile. Spotted by Jan ↵Mike Gabriel2013-01-071-2/+0
| | | | Engelhard.
* Continue Reinhard's work on top-level install/uninstall. Esp. integrate ↵Mike Gabriel2013-01-021-5/+76
| | | | debian/post-nx-build.sh into main Makefile. Make value of CONFIGURE variable traversable through the Makefile tree.
* integrate install and uninstall rules into the top-level MakefileReinhard Tartler2012-12-161-2/+41
|
* drop debian/patches/001_add-main-makefile.full+lite.patchReinhard Tartler2012-12-121-0/+51
Instead, place the makefile into debian/Makefile.nx-libs. This makes the makefile easier to edit.