cryb-to/lib/cipher/Makefile.am

16 lines
274 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_chacha.c \
2016-09-04 12:56:39 +00:00
cryb_rc4.c \
\
2016-09-04 12:56:39 +00:00
cryb_cipher.c
libcryb_cipher_la_LIBADD = \
$(top_builddir)/lib/core/libcryb-core.la
2017-03-06 23:50:17 +00:00
pkgconfig_DATA = cryb-cipher.pc