Pixmaps wasn't installed with make install.

origin
stpohle 21 years ago
parent aaec6063d1
commit d987e3fb62

@ -1,7 +1,7 @@
SUBDIRS = pixmaps SUBDIRS = pixmaps
install: install: install-recursive
@if test ! -d player; then \ @if test ! -d player; then \
echo ""; \ echo ""; \
echo ""; \ echo ""; \
@ -27,7 +27,7 @@ install:
cp -rf music ${DESTDIR}@PACKAGE_DATA_DIR@ cp -rf music ${DESTDIR}@PACKAGE_DATA_DIR@
uninstall: uninstall: uninstall-recursive
rm -rf ${DESTDIR}@PACKAGE_DATA_DIR@ rm -rf ${DESTDIR}@PACKAGE_DATA_DIR@
EXTRA_DIST = player maps gfx tileset music EXTRA_DIST = player maps gfx tileset music

Loading…
Cancel
Save