aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-08-18 16:05:43 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-08-18 16:05:43 -0400
commitbdba4ea0e6394d8cd3e467072bb5ff5b030a44e4 (patch)
tree5a463cf92e831edaadea1d99ca15a3ee3a985eec /test
parentsrc/shared/mkdir.h: add missing func prototype (diff)
downloadeudev-bdba4ea0e6394d8cd3e467072bb5ff5b030a44e4.tar.gz
eudev-bdba4ea0e6394d8cd3e467072bb5ff5b030a44e4.tar.bz2
eudev-bdba4ea0e6394d8cd3e467072bb5ff5b030a44e4.zip
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 'test')
-rw-r--r--test/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 14d86e7f7..01db6d061 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 \