Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure.ac: Bump LT_VERSION to 18+1:4:1+1 -> 19:4:2. | Mike Gabriel | 2023-09-15 | 1 | -1/+1 |
| | |||||
* | release 0.0.50.0.5 | Mike Gabriel | 2019-02-03 | 1 | -1/+1 |
| | |||||
* | configure.ac: Remove line of debug code. | Mike Gabriel | 2019-01-25 | 1 | -2/+0 |
| | |||||
* | configure.ac: Fix enable/disable switches for supported RD technologies. | Mike Gabriel | 2019-01-25 | 1 | -12/+14 |
| | |||||
* | release 0.0.40.0.4release-builds | Mike Gabriel | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | release 0.0.30.0.3 | Mike Gabriel | 2019-01-19 | 1 | -1/+1 |
| | |||||
* | rdacheck: Add minimalistic man page. | Mike Gabriel | 2019-01-19 | 1 | -0/+1 |
| | |||||
* | rdacheck: Add little tool that reports about what RDA detects. | Mike Gabriel | 2019-01-19 | 1 | -0/+1 |
| | |||||
* | release 0.0.20.0.2 | Mike Gabriel | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | src/rda_supported_technologies.h.in: Generate header file that knows what ↵ | Mike Gabriel | 2018-11-05 | 1 | -2/+7 |
| | | | | RDA technologies are supported after build. | ||||
* | configure.ac: For the configure summary, set enable_<rdp-type>=no if not ↵ | Mike Gabriel | 2018-11-02 | 1 | -0/+4 |
| | | | | explicitly enabled. | ||||
* | Fix defines: WITH_X2GO_AWARENESS, WITH_OGON_AWARENESS | rbuj | 2018-10-12 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | They are always enabled: - Edit debian/rules - Remove --enable-x2go or --enable-ogon line - Run $ debuild -b -uc -us - Check config.log e.g. $ cat config.log | grep WITH_X2GO_AWARENESS | #define WITH_X2GO_AWARENESS /**/ | #define WITH_X2GO_AWARENESS /**/ $ cat config.log | grep WITH_OGON_AWARENESS | #define WITH_OGON_AWARENESS /**/ | #define WITH_OGON_AWARENESS /**/ $ cat debian/rules .. override_dh_auto_configure: dh_auto_configure $(DHFLAGS) -- \ --disable-silent-rules \ --enable-x2go \ $(NULL) | ||||
* | configure.ac: Replace deprecated by AC_HELP_STRING by AS_HELP_STRING. | Mike Gabriel | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | configure.ac et al.: Make it possible to enable/disable awareness for the ↵ | Mike Gabriel | 2018-09-08 | 1 | -0/+23 |
| | | | | supported remote desktop technologies at build time. | ||||
* | configure.ac: Be happy with GLib-2.0 >= 2.37. Should be sufficient (resolves ↵ | Mike Gabriel | 2018-09-08 | 1 | -1/+1 |
| | | | | FTBFS on Ubuntu 16.04). | ||||
* | initial draft of the RDA shared library | Mike Gabriel | 2018-06-27 | 1 | -0/+112 |