From 4cf7805e9e128c54a528d560ae216e8f6f469be7 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 7 Feb 2022 14:12:59 +0100 Subject: [PATCH] update files included in a release Removal of `rand.h` is a fixup of 118087f2a161831573f7a4df3ba171420cd3c923 Somehow autotools manages to know that all those files must be included in a release, no need to track them manually. Signed-off-by: Steffen Jaeckel --- Makefile.am | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7a95264..8b3ec9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,7 +62,6 @@ libstrophe_la_SOURCES += \ src/md5.h \ src/ostypes.h \ src/parser.h \ - src/rand.h \ src/resolver.h \ src/sasl.h \ src/scram.h \ @@ -112,12 +111,6 @@ EXTRA_DIST = \ tests/key.pem \ tests/res_query_dump.c -if TLS_WITH_GNUTLS -EXTRA_DIST += src/tls_openssl.c -else -EXTRA_DIST += src/tls_gnutls.c -endif - ## Examples noinst_PROGRAMS = \ examples/active \