Add missing library dependencies.

This commit is contained in:
Dag-Erling Smørgrav 2018-04-26 22:57:52 +02:00
parent a4ace72362
commit 5cc1f1949e
1 changed files with 6 additions and 2 deletions

View File

@ -7,9 +7,13 @@ bin_PROGRAMS = otpkey
otpkey_SOURCES = otpkey.c
otpkey_CFLAGS = \
$(CRYB_CORE_CFLAGS)
$(CRYB_CORE_CFLAGS) \
$(CRYB_OATH_CFLAGS)
otpkey_LDADD = $(libotp)
otpkey_LDADD = \
$(libotp) \
$(CRYB_CORE_LIBS) \
$(CRYB_OATH_LIBS)
dist_man1_MANS = otpkey.1