install ALL the necessary files in make install

This commit is contained in:
Yann Leboulanger 2004-12-20 22:40:13 +00:00
parent 5d09cc3227
commit a792979790
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\)\)'
FIND= find -regex '.*\.\(\(glade\)\|\(py\)\|\(xpm\)\|\(so\)\|\(mo\)\)'
FILES=`$(FIND)`
DIRS= `$(FIND) -exec dirname {} \; | sort -u`