cryb-to/lib/oath/Makefile.am

33 lines
616 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 = \
2016-09-04 12:56:39 +00:00
cryb_oath_hotp.c \
cryb_oath_totp.c \
\
2016-09-04 12:56:39 +00:00
cryb_oath_key_create.c \
cryb_oath_key_destroy.c \
2016-09-04 12:56:39 +00:00
cryb_oath_key_dummy.c \
cryb_oath_key_from_uri.c \
2016-09-04 14:34:30 +00:00
cryb_oath_key_to_uri.c \
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_CFLAGS = \
$(CRYB_DIGEST_CFLAGS) \
$(CRYB_ENC_CFLAGS) \
$(CRYB_MAC_CFLAGS) \
$(CRYB_RAND_CFLAGS) \
$(CRYB_CORE_CFLAGS)
2014-07-04 11:18:53 +00:00
libcryb_oath_la_LIBADD = \
$(CRYB_DIGEST_LIBS) \
$(CRYB_ENC_LIBS) \
$(CRYB_MAC_LIBS) \
$(CRYB_RAND_LIBS) \
$(CRYB_CORE_LIBS)
2017-03-06 23:50:17 +00:00
pkgconfig_DATA = cryb-oath.pc