summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@gnome.org>2009-07-20 21:08:38 +0000
committerSergey Udaltsov <svu@gnome.org>2009-07-20 21:08:38 +0000
commite04c647b5a321f8acfc43dd72529b794f8b16b93 (patch)
tree6899bd323865cc047b11808a9289e4d309b5f952 /tests
parent078af69abdd584a9f5d00246cdc2263b60ffa69d (diff)
downloadlibxklavier-e04c647b5a321f8acfc43dd72529b794f8b16b93.tar.gz
bit of cleanup in tests building
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d5c8e0b..32e1d71 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,10 +1,10 @@
-noinst_PROGRAMS=test_config test_monitor
+check_PROGRAMS=test_config test_monitor
test_config_SOURCES=test_config.c
test_monitor_SOURCES=test_monitor.c
-AM_CFLAGS=-Wall -Werror -I$(top_srcdir) $(X_CFLAGS) $(GLIB_CFLAGS)
+AM_CFLAGS=-Wall -I$(top_srcdir) $(X_CFLAGS) $(GLIB_CFLAGS)
LDADD=$(top_builddir)/libxklavier/libxklavier.la $(X_LIBS) $(GLIB_LIBS)