diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-08-10 21:18:33 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-10 21:18:33 +0000 |
commit | f0255c0b7df40b19098a7df23ee6f33a44235b28 (patch) | |
tree | 528428b35bc441534983d6ca579214f541f4d89e /gdk/Makefile.am | |
parent | f35dfcd566ddd59c95dc297e4222963dcd16c1ee (diff) | |
download | gtk+-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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index f5bb2d86de..fbf7ba481a 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 |