summaryrefslogtreecommitdiffstats
path: root/vnc
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 /vnc
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 'vnc')
-rw-r--r--vnc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/vnc/Makefile.am b/vnc/Makefile.am
index 9d37c6da..453022f4 100644
--- a/vnc/Makefile.am
+++ b/vnc/Makefile.am
@@ -1,5 +1,3 @@
-EXTRA_DIST = vnc.h
-
AM_CPPFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
-DXRDP_SBIN_PATH=\"${sbindir}\" \
@@ -10,7 +8,9 @@ AM_CPPFLAGS = \
module_LTLIBRARIES = \
libvnc.la
-libvnc_la_SOURCES = vnc.c
+libvnc_la_SOURCES = \
+ vnc.c \
+ vnc.h
libvnc_la_LIBADD = \
$(top_builddir)/common/libcommon.la