diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 4 | ||||
-rw-r--r-- | gdk/Makefile.am | 2 | ||||
-rw-r--r-- | gtk/Makefile.am | 2 |
6 files changed, 18 insertions, 2 deletions
@@ -1,5 +1,9 @@ 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. + * 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 <mclasen@redhat.com> + * 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 <mclasen@redhat.com> + * 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 <mclasen@redhat.com> + * 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 |