mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-23 22:25:46 +00:00
10 lines
131 B
Text
10 lines
131 B
Text
|
# $Id$
|
||
|
|
||
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||
|
|
||
|
lib_LTLIBRARIES = libcryb-digest.la
|
||
|
|
||
|
libcryb_digest_la_SOURCES = \
|
||
|
md5.c \
|
||
|
sha1.c
|