1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

libdm: Add missing UDEV_CFLAGS.

This commit is contained in:
Petr Rockai 2014-04-01 15:22:37 +02:00
parent d5682ccbac
commit af73a0a518

View File

@ -37,6 +37,7 @@ INCLUDES = -I$(srcdir)/$(interface) -I$(srcdir)
ifeq ("@VALGRIND_POOL@", "yes")
INCLUDES += @VALGRIND_CFLAGS@
endif
CFLAGS += $(UDEV_CFLAGS)
ifeq ("@STATIC_LINK@", "yes")
LIB_STATIC = $(interface)/libdevmapper.a