Pavel Roskin
00e70a5c54
Use standard autotools means to detect X11
...
Use AC_PATH_XTRA to search for X11 in configure.ac. In Makefiles, add
X_CFLAGS to AM_CFLAGS for the source compilation. Add X_LIBS to LDFLAGS.
Add X_PRE_LIBS and X_EXTRA_LIBS to LDADD.
With this patch, X Windows system is correctly detected on Mac OS X.
2016-01-30 17:18:52 -08:00
Pavel Roskin
a452d8d36a
Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
...
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.
2016-01-29 22:45:00 -08:00
itamarjp
c5cac75593
add more missing files into extra_dist
2015-07-14 12:16:25 -03:00
itamarjp
960cc62a0e
add missing files into extra_dist,
...
this is required when using make dist to generate a tarball
2015-07-14 11:35:33 -03:00
Jay Sorg
2f5b84b712
chansrv: added opus audio compression for playback
2015-01-09 23:31:28 -08:00
Laxmikant Rashinkar
122d8bc057
sound redirection: handle fragmented packets
2014-10-12 17:47:35 -07:00
Jay Sorg
17bbecabd3
chansrv: remove simple sound and load pulse modules
2014-06-07 20:15:14 -07:00
Laxmikant Rashinkar
82b7ccae96
we now load module-xrdp-sink/source automatically so user's dont have to mess around with configuring /etc/pulse/default.pa config file
2014-01-12 12:09:15 -08:00
Jay Sorg
c1b7cbd657
merges from authentic8
2013-09-26 11:28:07 -07:00
Laxmikant Rashinkar
379685bfca
FUSE: we now process only one opendir command at a time
2013-09-24 17:19:10 -07:00
Jim Grandy
b7b3d9ef28
Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce
2013-08-22 12:56:51 -07:00
Jay Sorg
e427113fa8
chansrv: work on smartcard redir
2013-08-05 01:10:57 -07:00
Jay Sorg
d4d6a65adb
merge from pmhahn
2013-05-29 00:11:14 -07:00
Laxmikant Rashinkar
89b7cd269e
smartcard: developer checkin for smartcard support
2013-05-15 17:06:05 -07:00
Philipp Hahn
397089a207
sesman: Fix dist
...
Add missing header files to EXTRA_DIST.
Otherwise "make distcheck" fails.
2013-01-28 11:04:28 +01:00
Jay Sorg
cdb039080f
chansrv: added --enable-fuse option
2012-11-02 23:10:36 -07:00
Jay Sorg
6e25a5e600
chansrv: work on clipboard
2012-10-29 20:12:24 -07:00
Jay Sorg
37d4f5725c
chansrv: split out clipboard code, getting big
2012-10-14 11:46:01 -07:00
Jay Sorg
fa3088af57
channels: add drdynvc
2012-09-01 00:18:23 -07:00
Jay Sorg
90bf3f8171
chansrv: started work on rail channel
2012-07-24 20:47:53 -07:00
Jay Sorg
58f5dcc030
autotools: change top_srcdir to top_builddir for LIBADD
2012-07-13 16:18:02 -07:00
Jay Sorg
7fa4f936e4
chansrv: simple pulse audio support
2012-05-25 12:36:55 -07:00
Itamar Reis Peixoto
cade938a0d
more files to fix make dist
2010-11-20 22:13:50 -02:00
jsorg71
5a47736ec8
add lib path for old X server install
2009-09-04 01:34:29 +00:00
jsorg71
fa91c84668
first clipboard checkin
2009-08-15 02:47:51 +00:00
jsorg71
23ffdb0c5f
autotools fix and file_loc.h simplified
2009-05-19 04:23:49 +00:00
jsorg71
e1eb8bfcbc
added device redir start files
2009-04-22 04:34:45 +00:00
jsorg71
631a7c16e1
added chansrv
2009-04-19 17:16:46 +00:00