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

install gif files too

parent f5f7d0a9
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\)\|\(so\)\|\(mo\)\)'
FIND= find -regex '.*\.\(\(glade\)\|\(py\)\|\(xpm\)\|\(gif\)\|\(so\)\|\(mo\)\)'
FILES=`$(FIND)`
DIRS= `$(FIND) -exec dirname {} \; | sort -u`
......
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