summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-09-11 20:28:35 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-09-11 20:28:35 +0200
commit7b6b63d8cbff2ddd5120598c747930ff75e1c848 (patch)
tree38323825fdcd689db9d3e1e364cecc854d5ba6d6 /Makefile
parentdc3009ca30944e4e25dcfe4521655782205a41e4 (diff)
downloadpoezio-7b6b63d8cbff2ddd5120598c747930ff75e1c848.tar.gz
poezio-7b6b63d8cbff2ddd5120598c747930ff75e1c848.tar.bz2
poezio-7b6b63d8cbff2ddd5120598c747930ff75e1c848.tar.xz
poezio-7b6b63d8cbff2ddd5120598c747930ff75e1c848.zip
Also install the .so on make install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f385c76b..e055d203 100644
--- a/Makefile
+++ b/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