Skip to content
Snippets Groups Projects
Commit 1dddc14c authored by Niels Möller's avatar Niels Möller
Browse files

* Makefile.am (libnettleinclude_HEADERS): Added macros.h.

Rev: src/nettle/Makefile.am:1.61
parent c3bc6c4d
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ ...@@ -11,6 +11,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
des.h des-compat.h dsa.h \ des.h des-compat.h dsa.h \
hmac.h \ hmac.h \
knuth-lfib.h \ knuth-lfib.h \
macros.h \
md5.h md5-compat.h \ md5.h md5-compat.h \
nettle-meta.h \ nettle-meta.h \
pgp.h realloc.h rsa.h \ pgp.h realloc.h rsa.h \
...@@ -66,7 +67,7 @@ all-local: nettle.html print-path ...@@ -66,7 +67,7 @@ all-local: nettle.html print-path
print-path: print-path:
echo PATH: $$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) \ .bootstrap $(des_headers) \
sparc/aes.asm sparc/machine.m4 \ sparc/aes.asm sparc/machine.m4 \
x86/aes.asm x86/aes_tables.asm x86/aes.asm x86/aes_tables.asm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment