Include pltcheck.sh in EXTRA_DIST.
2006-10-02 Behdad Esfahbod <behdad@gnome.org> * gdk-pixbuf/Makefile.am: * gdk/Makefile.am: * gtk/Makefile.am: Include pltcheck.sh in EXTRA_DIST.
This commit is contained in:
committed by
Behdad Esfahbod
parent
b6a5bbb514
commit
1f33657330
@ -1,3 +1,10 @@
|
||||
2006-10-02 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* gdk-pixbuf/Makefile.am:
|
||||
* gdk/Makefile.am:
|
||||
* gtk/Makefile.am:
|
||||
Include pltcheck.sh in EXTRA_DIST.
|
||||
|
||||
2006-10-02 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c: Move all includes before including
|
||||
|
||||
@ -432,6 +432,7 @@ EXTRA_DIST = \
|
||||
gdk-pixbuf.symbols \
|
||||
makegdkpixbufalias.pl \
|
||||
abicheck.sh \
|
||||
pltcheck.sh \
|
||||
gdk_pixbuf.def \
|
||||
gdk_pixbuf.rc \
|
||||
gdk-pixbuf-marshal.c \
|
||||
|
||||
@ -16,7 +16,8 @@ EXTRA_DIST = \
|
||||
gdk.symbols \
|
||||
makegdkalias.pl \
|
||||
gdkaliasdef.c \
|
||||
abicheck.sh
|
||||
abicheck.sh \
|
||||
pltcheck.sh
|
||||
|
||||
INCLUDES = \
|
||||
-DG_LOG_DOMAIN=\"Gdk\" \
|
||||
@ -198,7 +199,7 @@ gdkaliasdef.c: gdk.symbols
|
||||
$(PERL) $(srcdir)/makegdkalias.pl -def < $(srcdir)/gdk.symbols > gdkaliasdef.c
|
||||
|
||||
if OS_LINUX
|
||||
TESTS = pltcheck.sh abicheck.sh
|
||||
TESTS = abicheck.sh pltcheck.sh
|
||||
endif
|
||||
|
||||
|
||||
|
||||
@ -1146,6 +1146,7 @@ EXTRA_DIST += \
|
||||
makefile.msc \
|
||||
makefile.msc.in \
|
||||
makegtkalias.pl \
|
||||
abicheck.sh
|
||||
abicheck.sh \
|
||||
pltcheck.sh
|
||||
|
||||
install-data-local:
|
||||
|
||||
Reference in New Issue
Block a user