Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.

2006-10-02  Behdad Esfahbod  <behdad@gnome.org>

        * glib/Makefile.am:
        * gobject/Makefile.am:
        Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.
        (#358966)
This commit is contained in:
Behdad Esfahbod 2006-10-02 18:03:50 +00:00 committed by Behdad Esfahbod
parent 683dc94a54
commit 5e4364aac6
3 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,10 @@
2006-10-02 Behdad Esfahbod <behdad@gnome.org>
* glib/Makefile.am:
* gobject/Makefile.am:
Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.
(#358966)
2006-10-01 Matthias Clasen <mclasen@redhat.com>
* glib/gtimer.c (g_usleep): Use nsleep to implement

View File

@ -42,6 +42,7 @@ EXTRA_DIST = \
gen-unicode-tables.pl \
makegalias.pl \
abicheck.sh \
pltcheck.sh \
glib.symbols \
$(MIRRORING_TAB_SOURCES)

View File

@ -24,7 +24,7 @@ gobjectaliasdef.c: gobject.symbols
if OS_LINUX
if HAVE_GNUC_VISIBILITY
TESTS = abicheck.sh
TESTS = abicheck.sh pltcheck.sh
endif
endif
@ -154,12 +154,6 @@ EXTRA_DIST = \
gen_sources = xgen-gmh xgen-gmc xgen-gms
CLEANFILES = $(gen_sources)
if OS_LINUX
if HAVE_GNUC_VISIBILITY
TESTS = pltcheck.sh
endif
endif
# normal autogeneration rules
# all autogenerated files need to be generated in the srcdir,
# so old versions get remade and are not confused with newer
@ -229,7 +223,8 @@ EXTRA_DIST += \
glib-genmarshal.1 \
glib-mkenums.in \
glib-mkenums.1 \
abicheck.sh
abicheck.sh \
pltcheck.sh
BUILT_EXTRA_DIST = \
makefile.msc \