X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/75263f25a1ce8e7b38ad4bd61a9a893723ec1db3..2b645fb792c62ae0d38fcde4c39e1bd0889b0e06:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index bd4be03..f2422f1 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.58 2002/10/19 17:56:50 mdw Exp $ +## $Id: Makefile.m4,v 1.60 2003/05/16 01:12:37 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,12 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.60 2003/05/16 01:12:37 mdw +## Ship `rc2-tab.h' and `skipjack-tab.h'. +## +## Revision 1.59 2003/05/16 00:54:50 mdw +## Install pixie to fake root if wanted. Ship `desx-tab.h' +## ## Revision 1.58 2002/10/19 17:56:50 mdw ## Fix bit operations. Test them (a bit) better. ## @@ -356,6 +362,9 @@ libcatacomb_la_SOURCES = \ gfshare.c \ MP_SOURCES karatsuba.h \ des-base.c des-base.h \ + desx-tab.h \ + rc2-tab.h \ + skipjack-tab.h \ cast-s.c cast-sk.c cast-base.h cast-tab.h \ rijndael-base.c rijndael-base.h \ md2-tab.h \ @@ -420,7 +429,7 @@ mptypes_LDADD = changequote(<, >) install: install-exec-hook install-exec-hook: - @pixie="$(bindir)/`echo pixie|sed $(transform)`"; \ + @pixie="$(DESTDIR)$(bindir)/`echo pixie|sed $(transform)`"; \ if chown root $$pixie && chmod 4755 $$pixie; then \ echo "chown root $$pixie"; \ echo "chmod 4755 $$pixie"; \