update Makefile to install sound files

This commit is contained in:
Yann Leboulanger 2005-02-26 19:35:47 +00:00
parent 8aaa48f4ff
commit e72398e268
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ MODULES = common plugins/gtkgui
PREFIX = /usr
DESTDIR = /
FIND= find -regex '.*\.\(\(glade\)\|\(py\)\|\(xpm\)\|\(gif\)\|\(png\)\|\(mo\)\)'
FIND= find -regex '.*\.\(\(glade\)\|\(py\)\|\(xpm\)\|\(gif\)\|\(png\)\|\(mo\)\|\(wav\)\)'
FILES=`$(FIND)`
DIRS= `$(FIND) -exec dirname {} \; | sort -u`
FIND_LIB= find -regex '.*\.\(so\)'