Remove alphamap from the GTK+ part of tests/Makefile.am
authorSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 22 Apr 2010 16:14:23 +0000 (12:14 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 22 Apr 2010 16:14:23 +0000 (12:14 -0400)
It doesn't use GTK+ and it was already listed in the non-GTK+ part.

test/Makefile.am

index 841ff8d..4ef6b45 100644 (file)
@@ -47,8 +47,7 @@ TESTPROGRAMS_GTK =            \
        alpha-test              \
        screen-test             \
        convolution-test        \
-       trap-test               \
-       alphamap
+       trap-test
 
 INCLUDES += $(GTK_CFLAGS)