Fix sloppy formatting in instfiles/Makefile.am
Use spaces around = and +=, indent by 2 spaces.
This commit is contained in:
parent
0e75e13b42
commit
9a1dea8e50
@ -32,28 +32,28 @@ startscript_DATA = \
|
||||
#
|
||||
# platform specific files
|
||||
#
|
||||
SUBDIRS=
|
||||
SUBDIRS =
|
||||
if LINUX
|
||||
SUBDIRS+= \
|
||||
pam.d \
|
||||
pulse
|
||||
startscript_DATA+= xrdp.sh
|
||||
SUBDIRS += \
|
||||
pam.d \
|
||||
pulse
|
||||
startscript_DATA += xrdp.sh
|
||||
if HAVE_SYSTEMD
|
||||
systemdsystemunit_DATA = \
|
||||
xrdp-sesman.service \
|
||||
xrdp.service
|
||||
xrdp-sesman.service \
|
||||
xrdp.service
|
||||
else
|
||||
SUBDIRS+= \
|
||||
default \
|
||||
init.d
|
||||
SUBDIRS += \
|
||||
default \
|
||||
init.d
|
||||
endif # HAVE_SYSTEMD
|
||||
endif # LINUX
|
||||
|
||||
if FREEBSD
|
||||
SUBDIRS+= \
|
||||
pam.d \
|
||||
rc.d \
|
||||
pulse
|
||||
SUBDIRS += \
|
||||
pam.d \
|
||||
rc.d \
|
||||
pulse
|
||||
endif
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user