Fix make dist
This commit is contained in:
@@ -6,7 +6,7 @@ WFLAGS += $(WFLAGS_ENUM_CONV)
|
||||
|
||||
YFLAGS = -d -t
|
||||
|
||||
AM_CPPFLAGS += $(ROKEN_RENAME)
|
||||
AM_CPPFLAGS += $(ROKEN_RENAME) -I$(top_builddir)/include -I$(top_srcdir)/lib/base
|
||||
|
||||
man_MANS = asn1_print.1 asn1_compile.1
|
||||
|
||||
@@ -543,35 +543,43 @@ test_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/test.asn1
|
||||
$(CLANG_FORMAT) -style='{BasedOnStyle: Mozilla, AlwaysBreakAfterReturnType: TopLevelDefinitions, IndentWidth: 4, SortIncludes: false}' -i asn1_test_asn1.c
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
NTMakefile \
|
||||
README.template \
|
||||
asn1_compile-version.rc \
|
||||
libasn1-exports.def \
|
||||
cms.asn1 \
|
||||
cms.opt \
|
||||
crmf.asn1 \
|
||||
crmf.opt \
|
||||
asn1_err.et \
|
||||
canthandle.asn1 \
|
||||
digest.asn1 \
|
||||
krb5.asn1 \
|
||||
krb5.opt \
|
||||
kx509.asn1 \
|
||||
ocsp.asn1 \
|
||||
pkcs12.asn1 \
|
||||
pkcs8.asn1 \
|
||||
pkcs9.asn1 \
|
||||
pkcs10.asn1 \
|
||||
pkinit.asn1 \
|
||||
rfc2459.asn1 \
|
||||
rfc4108.asn1 \
|
||||
tcg.asn1 \
|
||||
setchgpw2.asn1 \
|
||||
x690sample.asn1 \
|
||||
test.asn1 \
|
||||
test.opt \
|
||||
test.gen \
|
||||
EXTRA_DIST = \
|
||||
NTMakefile \
|
||||
README-template.md \
|
||||
asn1_compile-version.rc \
|
||||
libasn1-exports.def \
|
||||
canthandle.asn1 \
|
||||
cms.asn1 \
|
||||
cms.opt \
|
||||
crmf.asn1 \
|
||||
crmf.opt \
|
||||
digest.asn1 \
|
||||
krb5.asn1 \
|
||||
krb5.opt \
|
||||
kx509.asn1 \
|
||||
ocsp.asn1 \
|
||||
ocsp.opt \
|
||||
pkcs10.asn1 \
|
||||
pkcs10.opt \
|
||||
pkcs12.asn1 \
|
||||
pkcs8.asn1 \
|
||||
pkcs9.asn1 \
|
||||
pkinit.asn1 \
|
||||
pku2u.asn1 \
|
||||
rfc2459.asn1 \
|
||||
rfc2459.opt \
|
||||
rfc4108.asn1 \
|
||||
setchgpw2.asn1 \
|
||||
tcg.asn1 \
|
||||
test.asn1 \
|
||||
test.opt \
|
||||
x690sample.asn1 \
|
||||
test.gen \
|
||||
asn1_err.et \
|
||||
asn1_err.c \
|
||||
asn1_err.h \
|
||||
asn1_print.1 \
|
||||
asn1_compile.1 \
|
||||
version-script.map
|
||||
|
||||
DER_PROTOS = $(srcdir)/der-protos.h $(srcdir)/der-private.h
|
||||
|
@@ -7,6 +7,7 @@ WFLAGS += $(WFLAGS_ENUM_CONV)
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
AM_CPPFLAGS += \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(srcdir)/../krb5 \
|
||||
-I$(srcdir) \
|
||||
-I$(srcdir)/gssapi \
|
||||
@@ -252,6 +253,7 @@ sanonsrc = \
|
||||
sanon/process_context_token.c \
|
||||
sanon/release_cred.c \
|
||||
sanon/release_name.c \
|
||||
sanon/sanon_locl.h \
|
||||
sanon/sanon-private.h
|
||||
|
||||
dist_libgssapi_la_SOURCES = \
|
||||
|
@@ -61,8 +61,7 @@ hcryptoinclude_HEADERS = \
|
||||
rsa.h \
|
||||
sha.h \
|
||||
ui.h \
|
||||
undef.h \
|
||||
x25519_ref10.h
|
||||
undef.h
|
||||
|
||||
install-build-headers:: $(hcryptoinclude_HEADERS) $(x25519include_HEADERS)
|
||||
@foo='$(hcryptoinclude_HEADERS)'; \
|
||||
@@ -104,6 +103,22 @@ SCRIPT_TESTS = \
|
||||
|
||||
noinst_PROGRAMS = test_rand
|
||||
|
||||
noinst_HEADERS = \
|
||||
x25519/ed25519_ref10_fe_51.h \
|
||||
x25519/ed25519_ref10_fe_25_5.h \
|
||||
x25519/ed25519_ref10.h \
|
||||
x25519/fe_25_5/base.h \
|
||||
x25519/fe_25_5/base2.h \
|
||||
x25519/fe_25_5/constants.h \
|
||||
x25519/fe_25_5/fe.h \
|
||||
x25519/fe_51/base.h \
|
||||
x25519/fe_51/base2.h \
|
||||
x25519/fe_51/constants.h \
|
||||
x25519/fe_51/fe.h \
|
||||
x25519/align.h \
|
||||
x25519_ref10.h
|
||||
|
||||
|
||||
check_PROGRAMS = $(PROGRAM_TESTS) test_rsa test_dh example_evp_cipher
|
||||
check_SCRIPTS = $(SCRIPT_TESTS)
|
||||
|
||||
@@ -336,7 +351,12 @@ ltmsources = \
|
||||
libtommath/bn_s_mp_sqr_fast.c \
|
||||
libtommath/bn_s_mp_sub.c \
|
||||
libtommath/bn_s_mp_toom_mul.c \
|
||||
libtommath/bn_s_mp_toom_sqr.c
|
||||
libtommath/bn_s_mp_toom_sqr.c \
|
||||
libtommath/tommath_private.h \
|
||||
libtommath/tommath_cutoffs.h \
|
||||
libtommath/tommath_superclass.h \
|
||||
libtommath/tommath_class.h \
|
||||
libtommath/tommath.h
|
||||
|
||||
x25519sources = \
|
||||
x25519/ed25519_ref10.c \
|
||||
|
Reference in New Issue
Block a user