install gif files too

This commit is contained in:
Yann Leboulanger 2004-12-27 12:47:44 +00:00
parent f5f7d0a9f7
commit 485dbe2d51
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\)\|\(so\)\|\(mo\)\)'
FIND= find -regex '.*\.\(\(glade\)\|\(py\)\|\(xpm\)\|\(gif\)\|\(so\)\|\(mo\)\)'
FILES=`$(FIND)`
DIRS= `$(FIND) -exec dirname {} \; | sort -u`