Gimp/pixmaps/Makefile.am
Michael Natterer f765a8216f app/Makefile.am app/pixmaps.h removed some data files from app/
2001-02-23  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/pixmaps.h
	* app/wilber.h: removed some data files from app/

	* pixmaps/Makefile.am
	* pixmaps/default.xpm
	* pixmaps/swap.xpm
	* pixmaps/wilber3.xpm: added them here.

	* app/pixmaps2.h: added the "dialog_bits" stuff here.

	* app/tips_dialog.c
	* app/toolbox.c: use the new XPMs and remove hacks which created
	the GdkPixmaps and GtkPreviews manually.
2001-02-23 01:08:07 +00:00

53 lines
795 B
Makefile

## Process this file with automake to produce Makefile.in
EXTRA_DIST = \
anchor.xpm \
chain.xpm \
channel.xbm \
default.xpm \
delete.xpm \
duplicate.xpm \
eek.xpm \
eye.xbm \
first.xpm \
folder.xpm \
last.xpm \
layer.xbm \
linked.xbm \
locked.xbm \
lower.xpm \
mask.xbm \
navbutton.xpm \
next.xpm \
new.xpm \
no.xpm \
raise.xpm \
path.xbm \
penadd.xpm \
pendel.xpm \
penedit.xpm \
pennorm.xpm \
penstroke.xpm \
play.xpm \
prev.xpm \
qmasksel.xpm \
qmasknosel.xpm \
question.xpm \
refresh.xpm \
swap.xpm \
topath.xpm \
toselection.xpm \
update.xpm \
wilber.xpm \
wilber2.xpm \
wilber3.xpm \
yes.xpm \
zoom_in.xpm \
zoom_out.xpm
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done