diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-18 16:05:43 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-18 16:05:43 -0400 |
commit | bdba4ea0e6394d8cd3e467072bb5ff5b030a44e4 (patch) | |
tree | 5a463cf92e831edaadea1d99ca15a3ee3a985eec /src/scsi_id | |
parent | 60753094b35c0389e84a643757e1b35b8a94356e (diff) |
src/scsi_id/Makefile.am,test/Makefile.am: fix build on debian jessie, issue #97
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/scsi_id')
-rw-r--r-- | src/scsi_id/Makefile.am | 3 |
1 files changed, 2 insertions, 1 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 |