forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
f35dfcd566
commit
f0255c0b7d
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user