summaryrefslogtreecommitdiff
path: root/src/sysusers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysusers/Makefile')
-rw-r--r--src/sysusers/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sysusers/Makefile b/src/sysusers/Makefile
index 7d62d07c57..648100e5de 100644
--- a/src/sysusers/Makefile
+++ b/src/sysusers/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 ($(ENABLE_SYSUSERS),)
systemd_sysusers_SOURCES = \
src/sysusers/sysusers.c
@@ -55,3 +58,4 @@ EXTRA_DIST += \
sysusers.d/systemd-remote.conf.m4 \
sysusers.d/basic.conf.in
+include $(topsrcdir)/build-aux/Makefile.tail.mk