summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2014-04-01 15:22:37 +0200
committerPetr Rockai <prockai@redhat.com>2014-04-01 15:26:26 +0200
commitaf73a0a5189c7d6abf6798952224dfe1b93d00d1 (patch)
treec313c276e896d8e53ac3af1e650aa440f21294ee
parentd5682ccbaca1e6c405494b2b84417131c7b034f5 (diff)
downloadlvm2-af73a0a5189c7d6abf6798952224dfe1b93d00d1.tar.gz
libdm: Add missing UDEV_CFLAGS.
-rw-r--r--libdm/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdm/Makefile.in b/libdm/Makefile.in
index 2aa70d4c9..e50b174af 100644
--- a/libdm/Makefile.in
+++ b/libdm/Makefile.in
@@ -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