mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-29 17:15:41 +00:00
9 lines
133 B
Makefile
9 lines
133 B
Makefile
# $Cryb$
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-digest.la
|
|
|
|
libcryb_digest_la_SOURCES = \
|
|
md5.c \
|
|
sha1.c
|