aboutsummaryrefslogtreecommitdiffstats
path: root/udev-lfs
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-03-13 19:26:34 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-03-13 19:26:34 +0000
commitb4c6ce2fd5ec682e12c85983a27ae19439bf590c (patch)
tree64e1954a19bff153e1bad9b19f9465c2f1795a66 /udev-lfs
parent86ec58cb28bc8bfee1356ccc853cabccb781a887 (diff)
Update udev-lfs Makefile for Systemd-198
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs')
-rw-r--r--udev-lfs/Makefile.lfs8
1 files changed, 5 insertions, 3 deletions
diff --git a/udev-lfs/Makefile.lfs b/udev-lfs/Makefile.lfs
index 5978a50d9..284579b50 100644
--- a/udev-lfs/Makefile.lfs
+++ b/udev-lfs/Makefile.lfs
@@ -4,8 +4,8 @@
# vim: tabstop=3
SHELL=/bin/bash
-SYSTEMD_VERSION=197
-VERSION=197-2
+SYSTEMD_VERSION=198
+VERSION=198-1
ifeq ($(V),)
VB = @
@@ -80,7 +80,9 @@ COMMON_SRCS = log.c \
dev-setup.c \
sd-login.c \
sd-daemon.c \
- time-util.c
+ time-util.c \
+ fileio.c \
+ strxcpyx.c
COMMON_OBJS := $(addprefix build/, $(COMMON_SRCS:.c=.o))