2014-07-04 11:18:53 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libcryb-oath.la
|
|
|
|
|
|
|
|
libcryb_oath_la_SOURCES = \
|
2016-09-04 12:56:39 +00:00
|
|
|
cryb_oath_hotp.c \
|
|
|
|
cryb_oath_totp.c \
|
|
|
|
cryb_oath_key_alloc.c \
|
|
|
|
cryb_oath_key_create.c \
|
|
|
|
cryb_oath_key_dummy.c \
|
|
|
|
cryb_oath_key_from_uri.c \
|
|
|
|
cryb_oath_key_free.c \
|
2016-09-04 14:34:30 +00:00
|
|
|
cryb_oath_key_to_uri.c \
|
2016-10-03 10:26:30 +00:00
|
|
|
cryb_oath_mode.c \
|
2016-09-04 12:56:39 +00:00
|
|
|
\
|
|
|
|
cryb_oath.c
|
2014-07-04 11:18:53 +00:00
|
|
|
|
|
|
|
libcryb_oath_la_LIBADD = \
|
|
|
|
$(top_builddir)/lib/digest/libcryb-digest.la \
|
2015-12-14 17:08:22 +00:00
|
|
|
$(top_builddir)/lib/enc/libcryb-enc.la \
|
2014-07-04 11:18:53 +00:00
|
|
|
$(top_builddir)/lib/mac/libcryb-mac.la \
|
2016-11-21 12:46:49 +00:00
|
|
|
$(top_builddir)/lib/rand/libcryb-rand.la \
|
2015-12-14 17:08:22 +00:00
|
|
|
$(top_builddir)/lib/core/libcryb-core.la
|
2017-03-06 23:50:17 +00:00
|
|
|
|
|
|
|
pkgconfig_DATA = cryb-oath.pc
|