Also install the .so on make install
This commit is contained in:
parent
dc3009ca30
commit
7b6b63d8cb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ install:
|
|||
rm $(DESTDIR)$(DATADIR)/poezio/data/poezio.1
|
||||
|
||||
install -m644 data/poezio.1 $(DESTDIR)$(MANDIR)/man1/
|
||||
for sourcefile in `find src/ -maxdepth 1 -type f -name \*.py` ; do \
|
||||
for sourcefile in `ls -1 src/*.py src/*.so` ; do \
|
||||
install -m644 $$sourcefile $(DESTDIR)$(DATADIR)/poezio/src; \
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue