aboutsummaryrefslogtreecommitdiffstats
path: root/init/Makefile.am
blob: 6fff4221b8a220f4ce619a5c9ca2e7a1c31e7489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

SUBDIRS =

if USE_LEGACY_SYSTEMD
if USE_CHARON
  SUBDIRS += systemd
endif
endif

if USE_SYSTEMD
if USE_SWANCTL
  SUBDIRS += systemd-swanctl
endif
endif