From e04c647b5a321f8acfc43dd72529b794f8b16b93 Mon Sep 17 00:00:00 2001 From: Sergey Udaltsov Date: Mon, 20 Jul 2009 21:08:38 +0000 Subject: bit of cleanup in tests building --- ChangeLog | 4 ++++ tests/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9cb6653..f4beb86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-20 svu + + * tests/Makefile.am: a bit of cleanup, thanks Samuli Suominen + 2009-07-02 svu * libxklavier/xkl_engine.h: small fix for flag enum, 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) -- cgit v1.2.1