summaryrefslogtreecommitdiffstats
path: root/libxrdp/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation on MacOSPavel Roskin2017-03-011-0/+2
| | | | | xrdp_rdp.c includes openssl/ssl.h now, make sure the OpenSSL include path is used.
* fix build with --enable-xrdpdebug=yesvolth2017-01-041-2/+0
|
* libxrdp: add XRDP_RFXCODEC to Makefile.amspeidy2016-12-221-0/+4
|
* Distribute all files except git and github specific dataPavel Roskin2016-12-181-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 namesPavel Roskin2016-10-201-6/+6
|
* Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGSPavel Roskin2016-10-201-5/+3
|
* Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGSPavel Roskin2016-10-201-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 alphabeticallyPavel Roskin2016-02-211-10/+11
| | | | There should be no functional difference.
* Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin2016-02-121-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_CPPFLAGSPavel Roskin2016-01-291-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 utilityPavel Roskin2016-01-261-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,itamarjp2015-07-141-1/+1
| | | | this is required when using make dist to generate a tarball
* addec checks for TurboJPEG in autoconfLaxmikant Rashinkar2014-03-231-2/+2
|
* o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.cspeidy2014-03-101-1/+2
| | | | o move monitor layout call to demand active.
* Merge ../../neutrinolabs/xrdp into fastpathspeidy2014-03-021-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 inJay Sorg2014-02-251-1/+0
| |
| * libxrdp: started adding planar bitmap compressionJay Sorg2014-02-151-0/+1
| |
* | libxrdp: work on fastpath inputspeidy2014-02-091-1/+2
|/
* added a --enable-tjpeg option for turbo jpegJay Sorg2013-09-161-0/+7
|
* neutirnordp: purge old freerdp modules from autoconfspeidy2013-08-241-2/+2
|
* libxrdp: add our own mppc compression instead of using the freerdp mppcJay Sorg2012-12-281-1/+2
|
* Use FREERDP_LIBS variable to access the frerdp libs, includes locationLawrenceK2012-12-061-1/+1
|
* autotools: change top_srcdir to top_builddir for LIBADDJay Sorg2012-07-131-1/+1
|
* libxrdp: started adding RAIL supportJay Sorg2012-06-141-1/+2
|
* to build xrdp with freerdp1 you need another library for libxrdpLawrenceK2012-05-021-1/+1
|
* added non standard jpeg support off by defaultJay Sorg2012-04-071-1/+7
|
* libxrdp: user freerdp mppc compressorJay Sorg2012-04-051-4/+24
|
* include missing files in make distItamar Reis Peixoto2010-11-201-0/+1
|
* added debug configure optionjsorg712010-03-171-1/+8
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-0/+7
|
* remove lib versionjsorg712008-08-151-3/+0
|
* version and common change, remove definesjsorg712008-08-121-5/+3
|
* build common as a libraryjsorg712008-08-061-1/+1
|
* autotoolsjsorg712008-08-031-0/+24