bx509: Fix cjwt_token_validator build
This commit is contained in:
@@ -64,7 +64,7 @@ test_kdc_ca_SOURCES = test_kdc_ca.c
|
|||||||
# Token plugins (for bx509d)
|
# Token plugins (for bx509d)
|
||||||
if HAVE_CJWT
|
if HAVE_CJWT
|
||||||
cjwt_token_validator_la_SOURCES = cjwt_token_validator.c
|
cjwt_token_validator_la_SOURCES = cjwt_token_validator.c
|
||||||
cjwt_token_validator_la_AM_CPPFLAGS = $(CJSON_FLAGS) $(CJWT_FLAGS)
|
cjwt_token_validator_la_CFLAGS = $(CJSON_CFLAGS) $(CJWT_CFLAGS)
|
||||||
cjwt_token_validator_la_LDFLAGS = -module $(CJSON_LIBS) $(CJWT_LIBS)
|
cjwt_token_validator_la_LDFLAGS = -module $(CJSON_LIBS) $(CJWT_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -60,7 +60,7 @@
|
|||||||
#include <token_validator_plugin.h>
|
#include <token_validator_plugin.h>
|
||||||
#include <cjwt/cjwt.h>
|
#include <cjwt/cjwt.h>
|
||||||
#ifdef HAVE_CJSON
|
#ifdef HAVE_CJSON
|
||||||
#include <cjson/cJSON.h>
|
#include <cJSON.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char *
|
static const char *
|
||||||
|
Reference in New Issue
Block a user