From f0255c0b7df40b19098a7df23ee6f33a44235b28 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 10 Aug 2004 21:18:33 +0000 Subject: [PATCH] Define TESTS, not TEST, so that make check actually triggers abicheck.sh. 2004-08-10 Matthias Clasen * gdk/Makefile.am: * gtk/Makefile.am: Define TESTS, not TEST, so that make check actually triggers abicheck.sh. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gdk/Makefile.am | 2 +- gtk/Makefile.am | 2 +- 6 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 47fb7d8ecb..3006476a1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-08-10 Matthias Clasen + * gdk/Makefile.am: + * gtk/Makefile.am: Define TESTS, not TEST, so that make check + actually triggers abicheck.sh. + * gdk/makegdkalias.pl: * gtk/makegtkalias.pl: Include glib.h before using glib symbols. D'oh. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 47fb7d8ecb..3006476a1f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2004-08-10 Matthias Clasen + * gdk/Makefile.am: + * gtk/Makefile.am: Define TESTS, not TEST, so that make check + actually triggers abicheck.sh. + * gdk/makegdkalias.pl: * gtk/makegtkalias.pl: Include glib.h before using glib symbols. D'oh. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 47fb7d8ecb..3006476a1f 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,9 @@ 2004-08-10 Matthias Clasen + * gdk/Makefile.am: + * gtk/Makefile.am: Define TESTS, not TEST, so that make check + actually triggers abicheck.sh. + * gdk/makegdkalias.pl: * gtk/makegtkalias.pl: Include glib.h before using glib symbols. D'oh. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 47fb7d8ecb..3006476a1f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,9 @@ 2004-08-10 Matthias Clasen + * gdk/Makefile.am: + * gtk/Makefile.am: Define TESTS, not TEST, so that make check + actually triggers abicheck.sh. + * gdk/makegdkalias.pl: * gtk/makegtkalias.pl: Include glib.h before using glib symbols. D'oh. 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 diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 1a36c069b5..2fde0bfee0 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -77,7 +77,7 @@ gtkalias.h: gtk.symbols cpp -P -DG_OS_UNIX -DGTK_WINDOWING_X11 -DINCLUDE_INTERNAL_SYMBOLS gtk.symbols | ./makegtkalias.pl > gtkalias.h if OS_UNIX -TEST = abicheck.sh +TESTS = abicheck.sh endif # libtool stuff: set version and export symbols for resolving