From edc8d804284ad9c266b796bd0175d0f1723db705 Mon Sep 17 00:00:00 2001 From: Emmanuel BenoƮt Date: Tue, 20 Jan 2015 09:12:39 +0100 Subject: src/ata_id/Makefile.am: Fixed compilation error It is necessary to include src/udev to the include path, because ata_id.c includes src/shared/udev-util.h which itself includes src/udev/udev.h --- src/ata_id/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ata_id/Makefile.am b/src/ata_id/Makefile.am index 2dca2c1257..01acbbafe3 100644 --- a/src/ata_id/Makefile.am +++ b/src/ata_id/Makefile.am @@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AM_CPPFLAGS = \ -I $(top_srcdir)/src/shared \ + -I $(top_srcdir)/src/udev \ -I $(top_srcdir)/src/libudev udevlibexec_PROGRAMS = \ -- cgit v1.2.3-54-g00ecf