summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@gnome.org>2009-02-21 22:22:44 +0000
committerSergey Udaltsov <svu@gnome.org>2009-02-21 22:22:44 +0000
commitb1eab73fab77cafadbc12162c6532b6a15680743 (patch)
tree497486dd7bd8c6ef2d4de3723bc245c04a23cd6c /tests
parent560557a855e33f238ced50b16d32a774e97db549 (diff)
downloadlibxklavier-b1eab73fab77cafadbc12162c6532b6a15680743.tar.gz
reordering CFLAGS, b.g.o#20244
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 87afeff..342606c 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 $(X_CFLAGS) -I$(top_srcdir) $(GLIB_CFLAGS)
+AM_CFLAGS=-Wall -Werror -I$(top_srcdir) $(X_CFLAGS) $(GLIB_CFLAGS)
LDADD=$(top_builddir)/libxklavier/libxklavier.la $(X_LIBS) -lX11 $(GLIB_LIBS)