From 7b6b63d8cbff2ddd5120598c747930ff75e1c848 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 11 Sep 2011 20:28:35 +0200 Subject: Also install the .so on make install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3