summaryrefslogtreecommitdiff
path: root/libxklavier
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@gnome.org>2008-11-26 23:34:18 +0000
committerSergey Udaltsov <svu@gnome.org>2008-11-26 23:34:18 +0000
commit5b908316c02b773bd7b1ef9db9835224d4af88d2 (patch)
tree85e86ad98858066d2b79626472510c51b5571e6c /libxklavier
parentcc2659e4ad0b55380c16e71ef263af315e94b459 (diff)
downloadlibxklavier-5b908316c02b773bd7b1ef9db9835224d4af88d2.tar.gz
fixed build for cross-compilation, b.fd.o#17738
Diffstat (limited to 'libxklavier')
-rw-r--r--libxklavier/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxklavier/Makefile.am b/libxklavier/Makefile.am
index 696f37d..fdba712 100644
--- a/libxklavier/Makefile.am
+++ b/libxklavier/Makefile.am
@@ -27,7 +27,7 @@ xkl_engine_marshal.c: xkl_engine_marshal.h
$(GLIB_GENMARSHAL) --prefix=xkl_engine marshal.list --body > xkl_engine_marshal.c
AM_CFLAGS=-Wall -DDATA_DIR=\"$(datadir)/$(PACKAGE)\" \
- -I. -I$(includedir) $(X_CFLAGS) -I$(top_srcdir) \
+ -I. $(X_CFLAGS) -I$(top_srcdir) \
$(XML_CFLAGS) $(GLIB_CFLAGS) $(XINPUT_CFLAGS) \
$(LIBXKBFILE_PRESENT_CFLAG) \
$(ENABLE_XKB_SUPPORT_CFLAG) \