cryb-to/lib/cipher/Makefile.am

10 lines
152 B
Text
Raw Normal View History

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 \
\
2016-09-04 12:56:39 +00:00
cryb_cipher.c