mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
11 lines
189 B
Makefile
11 lines
189 B
Makefile
# $Id$
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-mac.la
|
|
|
|
libcryb_mac_la_SOURCES = \
|
|
hmac.c
|
|
|
|
libcryb_mac_la_LIBADD = \
|
|
$(top_builddir)/lib/digest/libcryb-digest.la
|