Skip to content

Commit

Permalink
kdc: Fix build race
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Dec 20, 2019
1 parent 4d96132 commit a79714d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kdc/Makefile.am
Expand Up @@ -114,6 +114,14 @@ ALL_OBJECTS += $(kstash_OBJECTS)
ALL_OBJECTS += $(hprop_OBJECTS)
ALL_OBJECTS += $(hpropd_OBJECTS)
ALL_OBJECTS += $(digest_service_OBJECTS)
ALL_OBJECTS += $(bx509d_OBJECTS)
ALL_OBJECTS += $(cjwt_token_validator_la_OBJECTS)
ALL_OBJECTS += $(simple_csr_authorizer_la_OBJECTS)
ALL_OBJECTS += $(test_token_validator_OBJECTS)
ALL_OBJECTS += $(test_csr_authorizer_OBJECTS)
ALL_OBJECTS += $(test_kdc_ca_OBJECTS)
ALL_OBJECTS += $(ipc_csr_authorizer_la_OBJECTS)
ALL_OBJECTS += $(negotiate_token_validator_la_OBJECTS)

$(ALL_OBJECTS): $(KDC_PROTOS)

Expand Down

0 comments on commit a79714d

Please sign in to comment.