diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-02-21 21:49:04 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-02-21 23:06:48 -0800 |
commit | 59a5fb0ddbb05623abd7fe742be4321e0beffb0a (patch) | |
tree | fc1b819a68c552e97dafd33d99a17f7b85050ebd /xup | |
parent | 3ad28e1130b18dd651457078f10c43dc7b67ed58 (diff) | |
download | xrdp-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 'xup')
-rw-r--r-- | xup/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xup/Makefile.am b/xup/Makefile.am index 7669a55f..cdaca15c 100644 --- a/xup/Makefile.am +++ b/xup/Makefile.am @@ -1,5 +1,3 @@ -EXTRA_DIST = xup.h - AM_CPPFLAGS = \ -DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \ -DXRDP_SBIN_PATH=\"${sbindir}\" \ @@ -10,7 +8,9 @@ AM_CPPFLAGS = \ module_LTLIBRARIES = \ libxup.la -libxup_la_SOURCES = xup.c +libxup_la_SOURCES = \ + xup.c \ + xup.h libxup_la_LIBADD = \ $(top_builddir)/common/libcommon.la |