Fix sloppy formatting in instfiles/Makefile.am

Use spaces around = and +=, indent by 2 spaces.
This commit is contained in:
Pavel Roskin 2016-02-11 23:27:54 -08:00
parent 0e75e13b42
commit 9a1dea8e50

View File

@ -32,25 +32,25 @@ startscript_DATA = \
# #
# platform specific files # platform specific files
# #
SUBDIRS= SUBDIRS =
if LINUX if LINUX
SUBDIRS+= \ SUBDIRS += \
pam.d \ pam.d \
pulse pulse
startscript_DATA+= xrdp.sh startscript_DATA += xrdp.sh
if HAVE_SYSTEMD if HAVE_SYSTEMD
systemdsystemunit_DATA = \ systemdsystemunit_DATA = \
xrdp-sesman.service \ xrdp-sesman.service \
xrdp.service xrdp.service
else else
SUBDIRS+= \ SUBDIRS += \
default \ default \
init.d init.d
endif # HAVE_SYSTEMD endif # HAVE_SYSTEMD
endif # LINUX endif # LINUX
if FREEBSD if FREEBSD
SUBDIRS+= \ SUBDIRS += \
pam.d \ pam.d \
rc.d \ rc.d \
pulse pulse