install ALL the necessary files in make install
This commit is contained in:
parent
5d09cc3227
commit
a792979790
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue