17 lines
257 B
Makefile
17 lines
257 B
Makefile
images_DATA = \
|
|
world_map-960.png \
|
|
plus.png \
|
|
minus.png
|
|
|
|
EXTRA_DIST = \
|
|
ChangeLog \
|
|
ChangeLog.pre-1-4 \
|
|
README \
|
|
broken-image-16.xpm \
|
|
broken-image-24.xpm \
|
|
empty.xpm \
|
|
jump.xpm \
|
|
$(images_DATA)
|
|
|
|
-include $(top_srcdir)/git.mk
|