From 1dddc14cbc1913a9a78db886d531e10df8cb9e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 16 Feb 2003 22:32:15 +0100 Subject: [PATCH] * Makefile.am (libnettleinclude_HEADERS): Added macros.h. Rev: src/nettle/Makefile.am:1.61 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5335f4ca..b583a72d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ des.h des-compat.h dsa.h \ hmac.h \ knuth-lfib.h \ + macros.h \ md5.h md5-compat.h \ nettle-meta.h \ pgp.h realloc.h rsa.h \ @@ -66,7 +67,7 @@ all-local: nettle.html print-path print-path: echo PATH: $$PATH -EXTRA_DIST = macros.h memxor.h $(des_headers) descore.README nettle.html \ +EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \ .bootstrap $(des_headers) \ sparc/aes.asm sparc/machine.m4 \ x86/aes.asm x86/aes_tables.asm -- GitLab