diff options
-rw-r--r-- | src/Makefile | 8 | ||||
-rw-r--r-- | src/nss-myhostname/Makefile | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 6265c3fe89..fa7ff829bb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -44,6 +44,14 @@ at.subdirs += libsystemd at.subdirs += libsystemd-network at.subdirs += libudev #at.subdirs += grp-locale +#at.subdirs += grp-login +#at.subdirs += systemd-machine-id-setup +#at.subdirs += systemd-modules-load +#at.subdirs += grp-network +at.subdirs += nss-myhostname +#at.subdirs += systemd-sleep +#at.subdirs += systemd-socket-proxyd +#at.subdirs += systemd-sysctl at.subdirs += systemd-nspawn diff --git a/src/nss-myhostname/Makefile b/src/nss-myhostname/Makefile index b5f6ff62aa..201dbde20a 100644 --- a/src/nss-myhostname/Makefile +++ b/src/nss-myhostname/Makefile @@ -44,4 +44,6 @@ lib_LTLIBRARIES += \ libnss_myhostname.la endif # HAVE_MYHOSTNAME +libnss_myhostname_la_LIBADD += libshared.la # oops, because I moved local-addresses.{c,h} into libshared + include $(topsrcdir)/build-aux/Makefile.tail.mk |