From 0f0743e3cfc2f7d288dfec3fba9bc093cbedf537 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Mon, 2 Feb 2009 22:35:20 -0800 Subject: Really fix distcheck distcheck has an annoying feature where it checks that all files install under $prefix. Unfortunately, this conflicts with the desire to install headers to the SDK directory. Workaround by passing --with-sdkdir during distcheck. Signed-off-by: Dan Nicholson Signed-off-by: Peter Hutterer --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3a59a65..54814c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,9 @@ AUTOMAKE_OPTIONS = foreign +# Ensure headers are installed below $(prefix) for distcheck +DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg' + if BUILD_TEST test_dir=test endif -- cgit v1.2.3