Commit Graph

37 Commits (8a1de8dbc4310c00ce8fbe939346b55c4db1c2e9)

Author SHA1 Message Date
volth 26a26ef906 fix build with --enable-xrdpdebug=yes 8 years ago
volth 37b4a14b54 fix build with --enable-xrdpdebug=yes 8 years ago
Pavel Roskin c21b9a78f4 Distribute all files except git and github specific data
It is better to distribute a few useless file than not to distribute
needed files.
8 years ago
Pavel Roskin 4234ed278e Use FUSE_CFLAGS and FUSE_LIBS from pkg-config
Include <fuse_lowlevel.h>, not <fuse/fuse_lowlevel.h>, the include path
should be set up for that.

Don't define _FILE_OFFSET_BITS in one file, FUSE_CFLAGS would enable it
for the whole xrdp-chansrv build if needed.
8 years ago
Pavel Roskin a370306f75 Get rid of EXTRA_LIBS, use variables with more specific names 8 years ago
Pavel Roskin 5c69f3cd57 Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS 8 years ago
Pavel Roskin 0422734fc7 Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS
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.
8 years ago
Jay Sorg 9ccbfb6985 chansrv: added mp3 compression from Speidy 9 years ago
Pavel Roskin 59a5fb0ddb Move headers from EXTRA_DIST to sources, sort alphabetically
There should be no functional difference.
9 years ago
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.
9 years ago
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.
9 years ago
itamarjp c5cac75593 add more missing files into extra_dist 10 years ago
itamarjp 960cc62a0e add missing files into extra_dist,
this is required when using make dist to generate a tarball
10 years ago
Jay Sorg 2f5b84b712 chansrv: added opus audio compression for playback 10 years ago
Laxmikant Rashinkar 122d8bc057 sound redirection: handle fragmented packets 10 years ago
Jay Sorg 17bbecabd3 chansrv: remove simple sound and load pulse modules 11 years ago
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 11 years ago
Jay Sorg c1b7cbd657 merges from authentic8 12 years ago
Laxmikant Rashinkar 379685bfca FUSE: we now process only one opendir command at a time 12 years ago
Jim Grandy b7b3d9ef28 Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce 12 years ago
Jay Sorg e427113fa8 chansrv: work on smartcard redir 12 years ago
Jay Sorg d4d6a65adb merge from pmhahn 12 years ago
Laxmikant Rashinkar 89b7cd269e smartcard: developer checkin for smartcard support 12 years ago
Philipp Hahn 397089a207 sesman: Fix dist
Add missing header files to EXTRA_DIST.
Otherwise "make distcheck" fails.
12 years ago
Jay Sorg cdb039080f chansrv: added --enable-fuse option 12 years ago
Jay Sorg 6e25a5e600 chansrv: work on clipboard 12 years ago
Jay Sorg 37d4f5725c chansrv: split out clipboard code, getting big 13 years ago
Jay Sorg fa3088af57 channels: add drdynvc 13 years ago
Jay Sorg 90bf3f8171 chansrv: started work on rail channel 13 years ago
Jay Sorg 58f5dcc030 autotools: change top_srcdir to top_builddir for LIBADD 13 years ago
Jay Sorg 7fa4f936e4 chansrv: simple pulse audio support 13 years ago
Itamar Reis Peixoto cade938a0d more files to fix make dist 14 years ago
jsorg71 5a47736ec8 add lib path for old X server install 16 years ago
jsorg71 fa91c84668 first clipboard checkin 16 years ago
jsorg71 23ffdb0c5f autotools fix and file_loc.h simplified 16 years ago
jsorg71 e1eb8bfcbc added device redir start files 16 years ago
jsorg71 631a7c16e1 added chansrv 16 years ago