Author: bdubbs
Date: Wed Oct  2 09:47:07 2013
New Revision: 10350

Log:
Update in preparation for systemd-208

Modified:
   trunk/BOOK/udev-lfs/Makefile.lfs

Modified: trunk/BOOK/udev-lfs/Makefile.lfs
==============================================================================
--- trunk/BOOK/udev-lfs/Makefile.lfs    Wed Oct  2 09:15:16 2013        (r10349)
+++ trunk/BOOK/udev-lfs/Makefile.lfs    Wed Oct  2 09:47:07 2013        (r10350)
@@ -4,7 +4,7 @@
 # vim: tabstop=3
 
 SHELL=/bin/bash
-SYSTEMD_VERSION=207
+SYSTEMD_VERSION=208
 VERSION=$(SYSTEMD_VERSION)-1
 
 ifeq ($(V),)
@@ -53,7 +53,9 @@
                libudev-queue-private.c  \
                libudev-queue.c          \
                libudev-util.c           \
-               libudev.c
+               libudev.c                \
+               test-device-nodes.c      \
+               device-nodes.c
 
 LIBUDEV_OBJS := $(addprefix build/, $(LIBUDEV_SRCS:.c=.o))
 
@@ -145,7 +147,7 @@
 VPATH = src/login          src/udev          src/udev/accelerometer \
         src/udev/scsi_id   src/udev/cdrom_id src/udev/v4l_id        \
         src/udev/mtd_probe src/udev/collect  src/udev/ata_id        \
-        src/libudev        src/libsystemd-daemon
+        src/libudev        src/test          src/libsystemd-daemon 
 
 SED_PROCESS = \
   sed  -e 's|@VERSION@|$(SYSTEMD_VERSION)|g'       \
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to