Skip to content

Commit

Permalink
Install snunzip and snzcat also.
Browse files Browse the repository at this point in the history
Fix #21
  • Loading branch information
kubo committed Aug 7, 2017
1 parent b2bbf9f commit 33c5942
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ dist_doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README.md
dist-hook:
git log > $(distdir)/ChangeLog

install-exec-hook:
ln $(DESTDIR)$(bindir)/snzip$(EXEEXT) $(DESTDIR)$(bindir)/snunzip$(EXEEXT)
ln $(DESTDIR)$(bindir)/snzip$(EXEEXT) $(DESTDIR)$(bindir)/snzcat$(EXEEXT)

uninstall-hook:
rm -f $(DESTDIR)$(bindir)/snunzip$(EXEEXT)
rm -f $(DESTDIR)$(bindir)/snzcat$(EXEEXT)

# Use CFLAGS_SSE4_2 only for crc32_sse4_2.c.
# Otherwise, SSE4.2 instructions may be used elsewhere.
crc32_sse4_2.o: crc32_sse4_2.c crc32.h
Expand Down

0 comments on commit 33c5942

Please sign in to comment.