cryb-to/lib/cipher/Makefile.am
Dag-Erling Smørgrav dd466ab29b Move some code around
2015-10-03 14:47:59 +00:00

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