Fix sloppy formatting in instfiles/Makefile.am

Use spaces around = and +=, indent by 2 spaces.
ulab-next-nosound
Pavel Roskin 8 years ago
parent 0e75e13b42
commit 9a1dea8e50

@ -32,28 +32,28 @@ 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
endif endif
# #

Loading…
Cancel
Save