diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-24 23:47:06 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-24 23:47:06 -0500 |
commit | 73e31d7ae73c257ef9892bc5d330c1d570ba5366 (patch) | |
tree | ea82745b36b2c90a9aae1fe8400a4658cb98d560 /src/udev | |
parent | 6cb86c3a330caedc323599cb11fbed4138958271 (diff) |
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 <blueness@gentoo.org>
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am index 6e85181ae2..6f2de14cff 100644 --- a/src/udev/Makefile.am +++ b/src/udev/Makefile.am @@ -1,8 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -rootprefix = @rootprefix@ -udevlibexecdir = @udevlibexecdir@ - AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -DMODPROBE=\"$(MODPROBE)\" \ @@ -135,11 +132,9 @@ libudev_core_la_CPPFLAGS = \ # # Extras # -udevconfdir = @udevconfdir@ dist_udevconf_DATA = \ udev.conf -sharepkgconfigdir = @sharepkgconfigdir@ sharepkgconfig_DATA = \ udev.pc |