Musik files wasn't put in the distribution

origin
stpohle 21 years ago
parent 95e99a7bb7
commit 9c74e9393c

@ -24,8 +24,10 @@ install:
cp -rf maps ${DESTDIR}@PACKAGE_DATA_DIR@
cp -rf gfx ${DESTDIR}@PACKAGE_DATA_DIR@
cp -rf tileset ${DESTDIR}@PACKAGE_DATA_DIR@
cp -rf music ${DESTDIR}@PACKAGE_DATA_DIR@
uninstall:
rm -rf ${DESTDIR}@PACKAGE_DATA_DIR@
EXTRA_DIST = player maps gfx tileset
EXTRA_DIST = player maps gfx tileset music

Loading…
Cancel
Save