diff options
author | Mattias Andrée <maandree@kth.se> | 2022-03-19 22:33:41 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-03-19 22:33:46 +0100 |
commit | b5508dd1088acfc31a8a92fd9798fced0bcb41b3 (patch) | |
tree | 54bea20b98ed9848727230ff994e708e35e7a87d /Makefile | |
parent | test: check libar2_decode_base64 with buffer overlap (diff) | |
download | libar2-b5508dd1088acfc31a8a92fd9798fced0bcb41b3.tar.gz libar2-b5508dd1088acfc31a8a92fd9798fced0bcb41b3.tar.bz2 libar2-b5508dd1088acfc31a8a92fd9798fced0bcb41b3.tar.xz |
libar2_encode_base64: fix support for overlap1.2.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -80,6 +80,7 @@ install: libar2.a libar2.$(LIBEXT) cp -- libar2.h "$(DESTDIR)$(PREFIX)/include/" cp -- $(MAN3) "$(DESTDIR)$(MANPREFIX)/man3/" cp -- $(MAN7) "$(DESTDIR)$(MANPREFIX)/man7/" + ln -sf -- libar2_encode_base64.3 "$(DESTDIR)$(MANPREFIX)/man3/libar2_encode_base64_overlap_support.3" uninstall: -rm -f -- "$(DESTDIR)$(PREFIX)/lib/libar2.a" @@ -89,6 +90,7 @@ uninstall: -rm -f -- "$(DESTDIR)$(PREFIX)/include/libar2.h" -cd -- "$(DESTDIR)$(MANPREFIX)/man3/" && rm -f -- $(MAN3) -cd -- "$(DESTDIR)$(MANPREFIX)/man7/" && rm -f -- $(MAN7) + -rm -f -- "$(DESTDIR)$(MANPREFIX)/man3/libar2_encode_base64_overlap_support.3" clean: -rm -f -- *.o *.a *.lo *.su *.so *.so.* *.dll *.dylib |