summaryrefslogtreecommitdiff
path: root/init/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'init/Makefile.am')
-rw-r--r--init/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/init/Makefile.am b/init/Makefile.am
index 69439a10a..a72706c99 100644
--- a/init/Makefile.am
+++ b/init/Makefile.am
@@ -1,6 +1,12 @@
SUBDIRS =
-if HAVE_SYSTEMD
+if USE_LEGACY_SYSTEMD
SUBDIRS += systemd
endif
+
+if USE_SYSTEMD
+if USE_SWANCTL
+ SUBDIRS += systemd-swanctl
+endif
+endif