Update udev makefile

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10303 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2013-07-07 03:04:11 +00:00
parent 8834c19bfa
commit 2e70df0fe1

View File

@ -4,7 +4,7 @@
# vim: tabstop=3
SHELL=/bin/bash
SYSTEMD_VERSION=204
SYSTEMD_VERSION=205
VERSION=$(SYSTEMD_VERSION)-1
ifeq ($(V),)
@ -41,7 +41,7 @@ DEF = -include cfg.h \
-D_FILE_OFFSET_BITS=64 \
-DHAVE_FIRMWARE
INCLUDE = -I src/libudev -I src/shared -I src -I src/login -I src/systemd
INCLUDE = -I src/libudev -I src/shared -I src -I src/login -I src/systemd -I src/core
LIBUDEV_SRCS = libudev-device-private.c \
libudev-device.c \