cryb-to/lib/oath/Makefile.am

20 lines
505 B
Text
Raw Normal View History

2014-07-04 11:18:53 +00:00
AM_CPPFLAGS = -I$(top_srcdir)/include
lib_LTLIBRARIES = libcryb-oath.la
libcryb_oath_la_SOURCES = \
oath_hotp.c \
oath_totp.c \
oath_key_alloc.c \
oath_key_create.c \
oath_key_dummy.c \
oath_key_from_uri.c \
oath_key_free.c \
oath_key.c
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 \
2015-12-14 17:08:22 +00:00
$(top_builddir)/lib/core/libcryb-core.la