mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-24 14:45:42 +00:00
11 lines
196 B
Makefile
11 lines
196 B
Makefile
# $Cryb$
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-mac.la
|
|
|
|
libcryb_mac_la_SOURCES = \
|
|
hmac_sha1.c
|
|
|
|
libcryb_mac_la_LIBADD = \
|
|
$(top_builddir)/lib/digest/libcryb-digest.la
|