summaryrefslogtreecommitdiffstats
path: root/common
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 /common
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 'common')
-rw-r--r--common/Makefile.am44
1 files changed, 21 insertions, 23 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index cc72b22b..cbd3001c 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,24 +1,3 @@
-EXTRA_DIST = \
- arch.h \
- defines.h \
- file.h \
- file_loc.h \
- list.h \
- list16.h \
- fifo.h \
- log.h \
- os_calls.h \
- os_calls.h \
- parse.h \
- rail.h \
- ssl_calls.h \
- thread_calls.h \
- trans.h \
- xrdp_client_info.h \
- xrdp_constants.h \
- xrdp_rail.h \
- crc16.h
-
AM_CPPFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
-DXRDP_SBIN_PATH=\"${sbindir}\" \
@@ -30,15 +9,34 @@ module_LTLIBRARIES = \
libcommon.la
libcommon_la_SOURCES = \
+ arch.h \
+ crc16.h \
+ defines.h \
+ fifo.c \
+ fifo.h \
file.c \
+ file.h \
+ file_loc.h \
list.c \
+ list.h \
list16.c \
- fifo.c \
+ list16.h \
log.c \
+ log.h \
os_calls.c \
+ os_calls.h \
+ os_calls.h \
+ parse.h \
+ rail.h \
ssl_calls.c \
+ ssl_calls.h \
thread_calls.c \
- trans.c
+ thread_calls.h \
+ trans.c \
+ trans.h \
+ xrdp_client_info.h \
+ xrdp_constants.h \
+ xrdp_rail.h
libcommon_la_LIBADD = \
-lcrypto \