summaryrefslogtreecommitdiff
path: root/gdk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-08-10 21:18:33 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-08-10 21:18:33 +0000
commitf0255c0b7df40b19098a7df23ee6f33a44235b28 (patch)
tree528428b35bc441534983d6ca579214f541f4d89e /gdk/Makefile.am
parentf35dfcd566ddd59c95dc297e4222963dcd16c1ee (diff)
downloadgdk-pixbuf-f0255c0b7df40b19098a7df23ee6f33a44235b28.tar.gz
Define TESTS, not TEST, so that make check actually triggers abicheck.sh.
2004-08-10 Matthias Clasen <mclasen@redhat.com> * gdk/Makefile.am: * gtk/Makefile.am: Define TESTS, not TEST, so that make check actually triggers abicheck.sh.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r--gdk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index f5bb2d86d..fbf7ba481 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -183,7 +183,7 @@ gdkalias.h: gdk.symbols
cpp -P gdk.symbols -DGDK_WINDOWING_X11 | ./makegdkalias.pl > gdkalias.h
if OS_UNIX
-TEST = abicheck.sh
+TESTS = abicheck.sh
endif