Moving binary to /usr/lib

This commit is contained in:
hooper114 2009-06-11 20:35:49 +00:00
parent 7622a9a9b7
commit 44f2a0dce6
2 changed files with 6 additions and 0 deletions

View file

@ -51,6 +51,8 @@ install:
install -d $(DESTDIR)$(libdir)
mv libzint.* $(DESTDIR)$(libdir)
install -D -p --mode=0644 zint.h $(DESTDIR)$(includedir)/zint.h
ln -s /usr/local/lib/libqrencode.so /usr/lib/libqrencode.so
ln -s /usr/local/lib/libqrencode.so.3 /usr/lib/libqrencode.so.3
uninstall:
rm $(DESTDIR)$(libdir)/libzint.*