Skip to content
Snippets Groups Projects
Commit e72398e2 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

update Makefile to install sound files

parent 8aaa48f4
No related branches found
No related tags found
No related merge requests found
......@@ -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\)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment