mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-cipher.la
|
|
|
|
libcryb_cipher_la_SOURCES = \
|
|
cryb_cipher.c \
|
|
\
|
|
aes.c \
|
|
rc4.c
|