From c4de28fce3186ba4605c417b42cd95212d78a1c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Sat, 28 Jun 2014 22:40:23 +0200 Subject: test/Makefile.am: Also add LIBUDEV_CFLAGS to AM_CPPFLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index b5dc33c5..8bfdf201 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,7 +2,8 @@ if BUILD_TESTS AM_CPPFLAGS = -I$(top_srcdir)/include \ -I$(top_srcdir)/src \ $(CHECK_CFLAGS) \ - $(LIBEVDEV_CFLAGS) + $(LIBEVDEV_CFLAGS) \ + $(LIBUDEV_CFLAGS) AM_CFLAGS = $(GCC_CFLAGS) AM_CXXFLAGS = $(GCC_CXXFLAGS) -- cgit v1.2.1