diff options
-rw-r--r-- | src/scsi_id/Makefile.am | 3 | ||||
-rw-r--r-- | test/Makefile.am | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/scsi_id/Makefile.am b/src/scsi_id/Makefile.am index 89fa18a550..c4dad4736f 100644 --- a/src/scsi_id/Makefile.am +++ b/src/scsi_id/Makefile.am @@ -2,7 +2,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AM_CPPFLAGS = \ -I $(top_srcdir)/src/shared \ - -I $(top_srcdir)/src/libudev + -I $(top_srcdir)/src/libudev \ + -I $(top_srcdir)/src/udev udevlibexec_PROGRAMS = \ scsi_id 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 \ |