facho-signer: se usa autoconf

FossilOrigin-Name: 5a7e25376d54d22f8d955c9b6827785d2efd673fee9813b27f4ce39d4a3e8f7e
This commit is contained in:
bit4bit
2021-12-15 23:05:31 +00:00
parent 7181c004cb
commit 27ebbecc01
22 changed files with 3346 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
bin_PROGRAMS = facho_signer
facho_signer_SOURCES = xades/xmlsec1/xmltree.c xades/xmlsec1/errors.c xades/templates.c xades/xades.c facho_signer.c
facho_signer_CFLAGS = $(XMLSEC1_CFLAGS) -DXMLSEC_NOT_CRYPTO_DYNAMIC_LOADING
facho_signer_LDADD = $(XMLSEC1_LIBS)