Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation on MacOS | Pavel Roskin | 2017-03-01 | 1 | -0/+2 |
| | | | | | xrdp_rdp.c includes openssl/ssl.h now, make sure the OpenSSL include path is used. | ||||
* | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 1 | -2/+0 |
| | |||||
* | libxrdp: add XRDP_RFXCODEC to Makefile.am | speidy | 2016-12-22 | 1 | -0/+4 |
| | |||||
* | Distribute all files except git and github specific data | Pavel Roskin | 2016-12-18 | 1 | -0/+3 |
| | | | | | It is better to distribute a few useless file than not to distribute needed files. | ||||
* | Get rid of EXTRA_LIBS, use variables with more specific names | Pavel Roskin | 2016-10-20 | 1 | -6/+6 |
| | |||||
* | Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS | Pavel Roskin | 2016-10-20 | 1 | -5/+3 |
| | |||||
* | Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS | Pavel Roskin | 2016-10-20 | 1 | -17/+12 |
| | | | | | | | | | | AM_CPPFLAGS is a documented Automake variable for C preprocessor flags that should not be overridden when compiling the package. There is no need to have two additional variables that are ultimately merged into AM_CPPFLAGS. Their names are also confusing. EXTDA_DIST is a documented Automake variable. Everything else that starts with "EXTRA" is not. | ||||
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -10/+11 |
| | | | | There should be no functional difference. | ||||
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | libdir is for shared and static libraries. Some xrdp libraries are loaded dynamically from a non-standard directory, so they are used like modules. Having separate libdir and moduledir would eventually allow to separate dynamically loaded modules from shared libraries. | ||||
* | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -4/+2 |
| | | | | | | | | | AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden. | ||||
* | Remove GOT_PREFIX, it's a broken hack of limited utility | Pavel Roskin | 2016-01-26 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To add flags to the compiler, CFLAGS, CPPFLAGS or LDFLAGS can be used on the configure command line. The need to add flags depends on the location of the headers and libraries of the dependencies, which is orthogonal to the directory where xrdp will be installed. The implementation in configure.ac has a stray closing bracket, making GOT_PREFIX true even if --prefix is not passed. The implementation is inconsistent - the only affected makefiles are for xrdp and libxrdp. Changing rpath manually is wrong in most cases. Libtool should be able to set rpath correctly on its own. Using $(prefix)/lib ignores the libdir setting. For many 64-bit systems, /usr/lib is used for 32-bit libraries. Adding 32-bit libraries to the rpath slows down 64-bit executables, as the dynamic loader searches for libraries in a wrong directory. There is no way to disable GOT_PREFIX if --prefix has to be passed. Fedora RPM patches configure.ac and needs to rerun autoconf and automake after that. | ||||
* | add missing files into extra_dist, | itamarjp | 2015-07-14 | 1 | -1/+1 |
| | | | | this is required when using make dist to generate a tarball | ||||
* | addec checks for TurboJPEG in autoconf | Laxmikant Rashinkar | 2014-03-23 | 1 | -2/+2 |
| | |||||
* | o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.c | speidy | 2014-03-10 | 1 | -1/+2 |
| | | | | o move monitor layout call to demand active. | ||||
* | Merge ../../neutrinolabs/xrdp into fastpath | speidy | 2014-03-02 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: libxrdp/libxrdp.c libxrdp/libxrdp.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c libxrdp/xrdp_tcp.c xrdp/xrdp.ini | ||||
| * | started work on fastpath, restructure PDU in | Jay Sorg | 2014-02-25 | 1 | -1/+0 |
| | | |||||
| * | libxrdp: started adding planar bitmap compression | Jay Sorg | 2014-02-15 | 1 | -0/+1 |
| | | |||||
* | | libxrdp: work on fastpath input | speidy | 2014-02-09 | 1 | -1/+2 |
|/ | |||||
* | added a --enable-tjpeg option for turbo jpeg | Jay Sorg | 2013-09-16 | 1 | -0/+7 |
| | |||||
* | neutirnordp: purge old freerdp modules from autoconf | speidy | 2013-08-24 | 1 | -2/+2 |
| | |||||
* | libxrdp: add our own mppc compression instead of using the freerdp mppc | Jay Sorg | 2012-12-28 | 1 | -1/+2 |
| | |||||
* | Use FREERDP_LIBS variable to access the frerdp libs, includes location | LawrenceK | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | autotools: change top_srcdir to top_builddir for LIBADD | Jay Sorg | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | libxrdp: started adding RAIL support | Jay Sorg | 2012-06-14 | 1 | -1/+2 |
| | |||||
* | to build xrdp with freerdp1 you need another library for libxrdp | LawrenceK | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | added non standard jpeg support off by default | Jay Sorg | 2012-04-07 | 1 | -1/+7 |
| | |||||
* | libxrdp: user freerdp mppc compressor | Jay Sorg | 2012-04-05 | 1 | -4/+24 |
| | |||||
* | include missing files in make dist | Itamar Reis Peixoto | 2010-11-20 | 1 | -0/+1 |
| | |||||
* | added debug configure option | jsorg71 | 2010-03-17 | 1 | -1/+8 |
| | |||||
* | autotools fix and file_loc.h simplified | jsorg71 | 2009-05-19 | 1 | -0/+7 |
| | |||||
* | remove lib version | jsorg71 | 2008-08-15 | 1 | -3/+0 |
| | |||||
* | version and common change, remove defines | jsorg71 | 2008-08-12 | 1 | -5/+3 |
| | |||||
* | build common as a library | jsorg71 | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | autotools | jsorg71 | 2008-08-03 | 1 | -0/+24 |