cryb-to/lib/cipher/Makefile.am

10 lines
142 B
Text
Raw Normal View History

AM_CPPFLAGS = -I$(top_srcdir)/include
lib_LTLIBRARIES = libcryb-cipher.la
libcryb_cipher_la_SOURCES = \
cryb_cipher.c \
\
2015-10-03 14:47:59 +00:00
aes.c \
rc4.c