From 73e31d7ae73c257ef9892bc5d330c1d570ba5366 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 24 Nov 2012 23:47:06 -0500 Subject: Fix paths: test/udev-test.pl now works under sudo make distcheck We move the test-udev.c and test-libudev.c from src/test to test. This corrects the a problem with hard coded relative paths finding the test/test/sys directory created by test/udev-test.pl. This commit draws heavily from nvinson patch in https://github.com/gentoo/eudev/pull/20 Signed-off-by: Anthony G. Basile --- src/ata_id/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ata_id') diff --git a/src/ata_id/Makefile.am b/src/ata_id/Makefile.am index f57c90f2e9..d0c6a46e12 100644 --- a/src/ata_id/Makefile.am +++ b/src/ata_id/Makefile.am @@ -1,7 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -udevlibexecdir=@udevlibexecdir@ - AM_CPPFLAGS = \ -I $(top_srcdir)/src/libudev \ -I $(top_srcdir)/src/udev -- cgit v1.2.3-54-g00ecf