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

(nettle_SOURCES): Added ctr.c.

(HEADERS): Added ctr.h.
(HEADERS): Added nettle-types.h.
(INSTALL_HEADERS): Install nettle-stdint.h.
(distclean-here): Delete nettle-stdint.h, not nettle-types.h.

Rev: src/nettle/Makefile.in:1.21
parent 42850d6a
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ nettle_SOURCES = aes.c \ ...@@ -47,7 +47,7 @@ nettle_SOURCES = aes.c \
base64-encode.c base64-decode.c base64-meta.c \ base64-encode.c base64-decode.c base64-meta.c \
cast128.c cast128-meta.c \ cast128.c cast128-meta.c \
blowfish.c \ blowfish.c \
cbc.c \ cbc.c ctr.c \
des.c \ des.c \
des3.c des-compat.c \ des3.c des-compat.c \
hmac.c hmac-md5.c hmac-sha1.c hmac-sha256.c \ hmac.c hmac-md5.c hmac-sha1.c hmac-sha256.c \
...@@ -76,7 +76,7 @@ nettle_SOURCES = aes.c \ ...@@ -76,7 +76,7 @@ nettle_SOURCES = aes.c \
HEADERS = aes.h arcfour.h arctwo.h bignum.h blowfish.h \ HEADERS = aes.h arcfour.h arctwo.h bignum.h blowfish.h \
base16.h base64.h buffer.h cast128.h \ base16.h base64.h buffer.h cast128.h \
cbc.h \ cbc.h ctr.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 \
...@@ -84,13 +84,13 @@ HEADERS = aes.h arcfour.h arctwo.h bignum.h blowfish.h \ ...@@ -84,13 +84,13 @@ HEADERS = aes.h arcfour.h arctwo.h bignum.h blowfish.h \
md2.h md4.h \ md2.h md4.h \
md5.h md5-compat.h \ md5.h md5-compat.h \
memxor.h \ memxor.h \
nettle-meta.h \ nettle-meta.h nettle-types.h \
pgp.h pkcs1.h realloc.h rsa.h rsa-compat.h \ pgp.h pkcs1.h realloc.h rsa.h rsa-compat.h \
sexp.h \ sexp.h \
serpent.h sha.h twofish.h \ serpent.h sha.h twofish.h \
yarrow.h yarrow.h
INSTALL_HEADERS = $(HEADERS) nettle-types.h INSTALL_HEADERS = $(HEADERS) nettle-stdint.h
SOURCES = $(nettle_SOURCES) aesdata.c desdata.c shadata.c SOURCES = $(nettle_SOURCES) aesdata.c desdata.c shadata.c
...@@ -321,7 +321,7 @@ clean-here: ...@@ -321,7 +321,7 @@ clean-here:
distclean-here: clean-here distclean-here: clean-here
-rm -f config.h stamp-h config.log config.status \ -rm -f config.h stamp-h config.log config.status \
config.make config.m4 Makefile nettle-types.h *.d config.make config.m4 Makefile nettle-stdint.h *.asm *.d
DEP_FILES = $(SOURCES:.c=.$(OBJEXT).d) $(SOURCES:.c=.p$(OBJEXT).d) DEP_FILES = $(SOURCES:.c=.$(OBJEXT).d) $(SOURCES:.c=.p$(OBJEXT).d)
@DEP_INCLUDE@ $(DEP_FILES) @DEP_INCLUDE@ $(DEP_FILES)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment