mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-23 22:25:46 +00:00
479ffbba4a
Remove $Cryb$ tags as it is likely that the code will move to git.
13 lines
254 B
Makefile
13 lines
254 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-mac.la
|
|
|
|
libcryb_mac_la_SOURCES = \
|
|
hmac_sha1.c \
|
|
hmac_sha224.c \
|
|
hmac_sha256.c \
|
|
hmac_sha384.c \
|
|
hmac_sha512.c
|
|
|
|
libcryb_mac_la_LIBADD = \
|
|
$(top_builddir)/lib/digest/libcryb-digest.la
|