Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 2 Oct 2006 18:03:50 +0000 (18:03 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 2 Oct 2006 18:03:50 +0000 (18:03 +0000)
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)

ChangeLog
glib/Makefile.am
gobject/Makefile.am

index 4d0d73f..9133dbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index bcb1c01..8cf98ae 100644 (file)
@@ -42,6 +42,7 @@ EXTRA_DIST =                  \
        gen-unicode-tables.pl   \
        makegalias.pl           \
        abicheck.sh             \
+       pltcheck.sh             \
        glib.symbols            \
        $(MIRRORING_TAB_SOURCES)
 
index f192ee0..66f1ebd 100644 (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            \