summaryrefslogtreecommitdiff
path: root/src/nss-myhostname/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/nss-myhostname/Makefile')
-rw-r--r--src/nss-myhostname/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nss-myhostname/Makefile b/src/nss-myhostname/Makefile
index d012e98b6e..57860590c6 100644
--- a/src/nss-myhostname/Makefile
+++ b/src/nss-myhostname/Makefile
@@ -20,6 +20,9 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
+include $(topsrcdir)/build-aux/Makefile.head.mk
+
ifneq ($(HAVE_MYHOSTNAME),)
libnss_myhostname_la_SOURCES = \
src/nss-myhostname/nss-myhostname.sym \
@@ -41,3 +44,4 @@ lib_LTLIBRARIES += \
libnss_myhostname.la
endif
+include $(topsrcdir)/build-aux/Makefile.tail.mk