Makefile.am 153 B

1234567891011121314
  1. SUBDIRS =
  2. if USE_LEGACY_SYSTEMD
  3. if USE_CHARON
  4. SUBDIRS += systemd-starter
  5. endif
  6. endif
  7. if USE_SYSTEMD
  8. if USE_SWANCTL
  9. SUBDIRS += systemd
  10. endif
  11. endif