From 9c74e9393cd3e98e021fc05b8de0191d52d240ce Mon Sep 17 00:00:00 2001 From: stpohle Date: Tue, 14 Dec 2004 21:29:07 +0000 Subject: [PATCH] Musik files wasn't put in the distribution --- data/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/Makefile.am b/data/Makefile.am index 4dc76ad..b6a2799 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -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