Skip to content

Commit

Permalink
MAKEFILE: respect if BUILD_PASSKEY
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-tikhonov committed Aug 12, 2023
1 parent d91c944 commit dbcc10d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4660,7 +4660,9 @@ krb5_child_SOURCES = \
src/sss_client/common.c \
src/krb5_plugin/common/utils.c \
src/krb5_plugin/idp/idp_utils.c \
if BUILD_PASSKEY
src/krb5_plugin/passkey/passkey_utils.c \
endif # BUILD_PASSKEY
$(NULL)
krb5_child_CFLAGS = \
$(AM_CFLAGS) \
Expand Down

0 comments on commit dbcc10d

Please sign in to comment.