ephoto/data/images/Makefile.am

19 lines
298 B
Makefile

MAINTAINERCLEANFILES = Makefile.in Makefile
IMAGES = \
change_directory.png \
filter.png \
view_presentation.png \
play_slideshow.png \
first.png \
last.png \
next.png \
previous.png \
preferences.png \
go_back.png
imagesdir = $(pkgdatadir)/images
images_DATA = $(IMAGES)
EXTRA_DIST = $(IMAGES)