diff options
author | speidy <speidy@gmail.com> | 2015-05-02 11:51:38 +0300 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2015-05-02 11:51:38 +0300 |
commit | 8904252a98bac3aa79363d0e1ba18ebeef55872c (patch) | |
tree | 3d617b4304d7d58f97a83c3680c8191dca34be81 /instfiles/Makefile.am | |
parent | 830a93d82409b0ee354fc1b84beab63018052db5 (diff) | |
download | xrdp-proprietary-8904252a98bac3aa79363d0e1ba18ebeef55872c.tar.gz xrdp-proprietary-8904252a98bac3aa79363d0e1ba18ebeef55872c.zip |
instfiles: Add line seperator to makefile
Diffstat (limited to 'instfiles/Makefile.am')
-rw-r--r-- | instfiles/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/instfiles/Makefile.am b/instfiles/Makefile.am index 98c0e0b6..00847c58 100644 --- a/instfiles/Makefile.am +++ b/instfiles/Makefile.am @@ -11,9 +11,9 @@ systemdsystemunit_DATA = \ xrdp-sesman.service \ xrdp.service else -SUBDIRS+= - default \ - init.d +SUBDIRS+= \ + default \ + init.d endif startscriptdir=$(sysconfdir)/xrdp |