Install pixie to fake root if wanted. Ship `desx-tab.h'
authormdw <mdw>
Fri, 16 May 2003 00:54:50 +0000 (00:54 +0000)
committermdw <mdw>
Fri, 16 May 2003 00:54:50 +0000 (00:54 +0000)
Makefile.m4

index bd4be03..2bc7b57 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.58 2002/10/19 17:56:50 mdw Exp $
+## $Id: Makefile.m4,v 1.59 2003/05/16 00:54:50 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## 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 +359,7 @@ libcatacomb_la_SOURCES = \
        gfshare.c \
        MP_SOURCES karatsuba.h \
        des-base.c des-base.h \
+       desx-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 +424,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"; \