From 2bf3084cd0520c6f5fa7e51fb126e517fa40483c Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 2 Mar 2008 17:19:52 +0000 Subject: [PATCH] Remove autotestkeywords, it's added later, fixes non-C++ build. (#496032, 2008-03-02 Johan Dahlin * tests/Makefile.am (noinst_PROGRAMS): Remove autotestkeywords, it's added later, fixes non-C++ build. (#496032, Nelson Benitez) svn path=/trunk/; revision=19688 --- ChangeLog | 6 ++++++ tests/Makefile.am | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ac23015c11..f0e07a4c2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-03-02 Johan Dahlin + + * tests/Makefile.am (noinst_PROGRAMS): Remove autotestkeywords, it's added later, + fixes non-C++ build. + (#496032, Nelson Benitez) + 2008-02-29 Johan Dahlin * demos/gtk-demo/demo.ui: diff --git a/tests/Makefile.am b/tests/Makefile.am index 38205b24d9..a985187b3c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -54,7 +54,6 @@ textbuffertest_LDADD = $(LDADDS) textbuffertest_SOURCES = textbuffertest.c pixbuf-init.c noinst_PROGRAMS = $(TEST_PROGS) \ - autotestkeywords \ simple \ print-editor \ testaccel \