Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
test
dane-gnutls
Commits
0a937bc0
Commit
0a937bc0
authored
Aug 26, 2015
by
Bastien Durel
Browse files
use gnutls-dane library
parent
665a0937
Pipeline
#34
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
0a937bc0
# gnutls must be compiled with DANE support
NAME
=
test_dane
SRC
=
dane.c
OBJ
=
$(SRC:.c=.o)
CFLAGS
=
$(
shell
pkg-config gnutls
--cflags
)
LDFLAGS
=
$(
shell
pkg-config gnutls
--libs
)
CFLAGS
=
$(
shell
pkg-config gnutls
gnutls-dane
--cflags
)
LDFLAGS
=
$(
shell
pkg-config gnutls
gnutls-dane
--libs
)
all
:
$(NAME)
$(NAME)
:
$(OBJ)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment