summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-02-21 21:49:04 -0800
committerPavel Roskin <plroskin@gmail.com>2016-02-21 23:06:48 -0800
commit59a5fb0ddbb05623abd7fe742be4321e0beffb0a (patch)
treefc1b819a68c552e97dafd33d99a17f7b85050ebd /sesman/chansrv
parent3ad28e1130b18dd651457078f10c43dc7b67ed58 (diff)
downloadxrdp-proprietary-59a5fb0ddbb05623abd7fe742be4321e0beffb0a.tar.gz
xrdp-proprietary-59a5fb0ddbb05623abd7fe742be4321e0beffb0a.zip
Move headers from EXTRA_DIST to sources, sort alphabetically
There should be no functional difference.
Diffstat (limited to 'sesman/chansrv')
-rw-r--r--sesman/chansrv/Makefile.am48
1 files changed, 23 insertions, 25 deletions
diff --git a/sesman/chansrv/Makefile.am b/sesman/chansrv/Makefile.am
index 45397b73..45597e12 100644
--- a/sesman/chansrv/Makefile.am
+++ b/sesman/chansrv/Makefile.am
@@ -1,21 +1,3 @@
-EXTRA_DIST = \
- chansrv.h \
- chansrv_fuse.h \
- clipboard.h \
- clipboard_common.h \
- clipboard_file.h \
- devredir.h \
- drdynvc.h \
- rail.h \
- sound.h \
- xcommon.h \
- mlog.h \
- chansrv_common.h \
- irp.h \
- smartcard.h \
- smartcard_pcsc.h \
- fifo.h
-
EXTRA_DEFINES =
EXTRA_INCLUDES =
EXTRA_LIBS =
@@ -47,19 +29,35 @@ sbin_PROGRAMS = \
xrdp_chansrv_SOURCES = \
chansrv.c \
- sound.c \
+ chansrv.h \
+ chansrv_common.c \
+ chansrv_common.h \
+ chansrv_fuse.c \
+ chansrv_fuse.h \
clipboard.c \
+ clipboard.h \
+ clipboard_common.h \
clipboard_file.c \
+ clipboard_file.h \
devredir.c \
+ devredir.h \
+ drdynvc.c \
+ drdynvc.h \
+ fifo.c \
+ fifo.h \
+ irp.c \
+ irp.h \
+ mlog.h \
+ rail.c \
+ rail.h \
smartcard.c \
+ smartcard.h \
smartcard_pcsc.c \
- rail.c \
+ smartcard_pcsc.h \
+ sound.c \
+ sound.h \
xcommon.c \
- drdynvc.c \
- chansrv_fuse.c \
- irp.c \
- fifo.c \
- chansrv_common.c
+ xcommon.h
xrdp_chansrv_LDFLAGS = \
$(X_LIBS) \