summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-09-18 17:30:28 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2014-10-08 16:08:52 +0800
commita7764ff09f2de8bf67afde4b3a3e852ba76b6a42 (patch)
tree69a6b6f0b73cae0b9663310915c72f0107dac08e
parent392771e9a9ae0a3a58767ef6133f27d6b120f4e7 (diff)
configure: use top_builddir for wayland_scanner_rules
Autotools already copies the files appropriately, and using top_srcdir causes the files to be generated in the source tree rather than the build one. Spotted by 'make dist' Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ca20d2e..7f58ba5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,7 +280,7 @@ fi
AM_CONDITIONAL(USE_WAYLAND, test "$USE_WAYLAND" = "yes")
m4_ifdef([WAYLAND_SCANNER_RULES],
- [WAYLAND_SCANNER_RULES(['$(top_srcdir)/va/wayland/protocol'])],
+ [WAYLAND_SCANNER_RULES(['$(top_builddir)/va/wayland/protocol'])],
[wayland_scanner_rules=""; AC_SUBST(wayland_scanner_rules)])
pkgconfigdir=${libdir}/pkgconfig