summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-12 17:43:34 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-12 17:43:34 -0400
commite0e1ce3bccdc86ada7500a47d07ef2973cdc938e (patch)
treef96a088f51d422393a58efd6627cc791f30e1046 /src
parent002752da62a8256ba21c36b7434fba53cf5a8a5e (diff)
nss-myhostname
Diffstat (limited to 'src')
-rw-r--r--src/Makefile8
-rw-r--r--src/nss-myhostname/Makefile2
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