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

install ALL the necessary files in make install

parent 5d09cc32
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\)\)'
FIND= find -regex '.*\.\(\(glade\)\|\(py\)\|\(xpm\)\|\(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