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 | |
parent | 3533ab601e3d487ff1db4dd8cea1728a5850bbf3 (diff) | |
download | gdk-pixbuf-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
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | tests/Makefile.am | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,9 @@ +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) + 2008-02-29 Johan Dahlin <johan@gnome.org> * demos/gtk-demo/demo.ui: diff --git a/tests/Makefile.am b/tests/Makefile.am index 38205b24d..a985187b3 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 \ |