mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2025-01-03 02:01:21 +00:00
Add missing library dependencies.
This commit is contained in:
parent
a4ace72362
commit
5cc1f1949e
1 changed files with 6 additions and 2 deletions
|
@ -7,9 +7,13 @@ bin_PROGRAMS = otpkey
|
||||||
otpkey_SOURCES = otpkey.c
|
otpkey_SOURCES = otpkey.c
|
||||||
|
|
||||||
otpkey_CFLAGS = \
|
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
|
dist_man1_MANS = otpkey.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue