From bdba4ea0e6394d8cd3e467072bb5ff5b030a44e4 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 18 Aug 2014 16:05:43 -0400 Subject: src/scsi_id/Makefile.am,test/Makefile.am: fix build on debian jessie, issue #97 Signed-off-by: Anthony G. Basile --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 14d86e7f70..01db6d061a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,7 +4,8 @@ AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -DVERSION=\"@VERSION@\" \ -I $(top_srcdir)/src/shared \ - -I $(top_srcdir)/src/libudev + -I $(top_srcdir)/src/libudev \ + -I $(top_srcdir)/src/udev noinst_PROGRAMS = \ test-libudev \ -- cgit v1.2.3-54-g00ecf