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

copy png files too

parent 3be51a04
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\)\|\(so\)\|\(mo\)\)'
FIND= find -regex '.*\.\(\(glade\)\|\(py\)\|\(xpm\)\|\(gif\)\|\(png\)\|\(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