summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parentcc2659e4ad0b55380c16e71ef263af315e94b459 (diff)
downloadlibxklavier-5b908316c02b773bd7b1ef9db9835224d4af88d2.tar.gz
fixed build for cross-compilation, b.fd.o#17738
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e033307..7b791a8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -4,7 +4,7 @@ test_config_SOURCES=test_config.c
test_monitor_SOURCES=test_monitor.c
-AM_CFLAGS=-Wall -Werror -I$(includedir) $(X_CFLAGS) -I$(top_srcdir) $(GLIB_CFLAGS)
+AM_CFLAGS=-Wall -Werror $(X_CFLAGS) -I$(top_srcdir) $(GLIB_CFLAGS)
AM_LDFLAGS=$(top_builddir)/libxklavier/libxklavier.la $(X_LIBS) -lX11 $(GLIB_LIBS)