summaryrefslogtreecommitdiff
path: root/fc-glyphname
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-11-28 16:10:28 +0000
committerAkira TAGOH <akira@tagoh.org>2012-11-29 12:53:21 +0900
commitfaea1cac85ac3b0fd6a983e1c0adeb68e115e06c (patch)
treeec1df6aedc381567c01268426b65dbad10d4d116 /fc-glyphname
parent3d3629f86a45d30eed51dad58865753b3b1e186e (diff)
Fix build when srcdir != builddir
When ./configure'd in a directory other than the srcdir, we need to look in ${top_builddir)/src for the generated header fcstdint.h Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'fc-glyphname')
-rw-r--r--fc-glyphname/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-glyphname/Makefile.am b/fc-glyphname/Makefile.am
index 697b5c3..fdba146 100644
--- a/fc-glyphname/Makefile.am
+++ b/fc-glyphname/Makefile.am
@@ -23,7 +23,7 @@
# PERFORMANCE OF THIS SOFTWARE.
#
-INCLUDES=-I${top_srcdir}/src -I${top_srcdir} $(WARN_CFLAGS)
+INCLUDES=-I${top_builddir}/src -I${top_srcdir}/src -I${top_srcdir} $(WARN_CFLAGS)
TMPL=fcglyphname.tmpl.h
STMPL=${top_srcdir}/fc-glyphname/${TMPL}