2015-10-03 14:24:59 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libcryb-cipher.la
|
|
|
|
|
|
|
|
libcryb_cipher_la_SOURCES = \
|
2016-09-04 12:56:39 +00:00
|
|
|
cryb_aes.c \
|
|
|
|
cryb_rc4.c \
|
2015-10-03 14:44:59 +00:00
|
|
|
\
|
2016-09-04 12:56:39 +00:00
|
|
|
cryb_cipher.c
|