diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-07-09 01:47:19 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-07-09 01:47:19 -0400 |
commit | bcf01c21d704717264011182e71cfaaf6922a437 (patch) | |
tree | 2b7c2cd00188c4bcf92beb8c814f45258380481c /test/oob-test.c | |
parent | 0db0430d1d410855863e669f0de9e8b5d26db7fd (diff) |
Fix a couple of problems with the tests when HAVE_GTK is not defined.
- Make sure the non-gtk+ test programs are added to noinst_PROGRAMS
when HAVE_GTK is not set.
- Don't include glib.h in oob-test.c
Diffstat (limited to 'test/oob-test.c')
-rw-r--r-- | test/oob-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/oob-test.c b/test/oob-test.c index a4afc95..4f9e5a2 100644 --- a/test/oob-test.c +++ b/test/oob-test.c @@ -1,7 +1,6 @@ #include <stdio.h> #include <stdlib.h> #include "pixman.h" -#include "utils.h" typedef struct { |