summaryrefslogtreecommitdiff
path: root/src/grp-machine/grp-import
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-machine/grp-import')
-rw-r--r--src/grp-machine/grp-import/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/grp-machine/grp-import/Makefile b/src/grp-machine/grp-import/Makefile
index b996bd4c19..5cda3c9a9f 100644
--- a/src/grp-machine/grp-import/Makefile
+++ b/src/grp-machine/grp-import/Makefile
@@ -31,12 +31,6 @@ ifneq ($(HAVE_ZLIB),)
ifneq ($(HAVE_BZIP2),)
ifneq ($(HAVE_GCRYPT),)
-nested.subdirs += libimport
-nested.subdirs += systemd-export
-nested.subdirs += systemd-import
-nested.subdirs += systemd-importd
-nested.subdirs += systemd-pull
-
endif # HAVE_GCRYPT
endif # HAVE_BZIP2
endif # HAVE_ZLIB
@@ -45,4 +39,10 @@ endif # HAVE_LIBCURL
endif # ENABLE_IMPORTD
+nested.subdirs += libimport
+nested.subdirs += systemd-export
+nested.subdirs += systemd-import
+nested.subdirs += systemd-importd
+nested.subdirs += systemd-pull
+
include $(topsrcdir)/build-aux/Makefile.tail.mk