diff options
author | Johan Dahlin <johan@gnome.org> | 2008-03-02 17:19:52 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-03-02 17:19:52 +0000 |
commit | 2bf3084cd0520c6f5fa7e51fb126e517fa40483c (patch) | |
tree | b92d453ad2e2fd768f55bc49fabea336b893b3af /tests | |
parent | 3533ab601e3d487ff1db4dd8cea1728a5850bbf3 (diff) | |
download | gtk+-2bf3084cd0520c6f5fa7e51fb126e517fa40483c.tar.gz |
Remove autotestkeywords, it's added later, fixes non-C++ build. (#496032,
2008-03-02 Johan Dahlin <johan@gnome.org>
* tests/Makefile.am (noinst_PROGRAMS): Remove autotestkeywords, it's added later,
fixes non-C++ build.
(#496032, Nelson Benitez)
svn path=/trunk/; revision=19688
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |