diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-09-11 20:28:35 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-09-11 20:28:35 +0200 |
commit | 7b6b63d8cbff2ddd5120598c747930ff75e1c848 (patch) | |
tree | 38323825fdcd689db9d3e1e364cecc854d5ba6d6 | |
parent | dc3009ca30944e4e25dcfe4521655782205a41e4 (diff) | |
download | poezio-7b6b63d8cbff2ddd5120598c747930ff75e1c848.tar.gz poezio-7b6b63d8cbff2ddd5120598c747930ff75e1c848.tar.bz2 poezio-7b6b63d8cbff2ddd5120598c747930ff75e1c848.tar.xz poezio-7b6b63d8cbff2ddd5120598c747930ff75e1c848.zip |
Also install the .so on make install
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |