cryb-to/lib/enc/Makefile.am

20 lines
366 B
Text
Raw Normal View History

2014-07-04 11:18:53 +00:00
AM_CPPFLAGS = -I$(top_srcdir)/include
lib_LTLIBRARIES = libcryb-enc.la
libcryb_enc_la_SOURCES = \
2016-09-04 12:56:39 +00:00
cryb_base32_decode.c \
cryb_base32_encode.c \
cryb_base64_decode.c \
cryb_base64_encode.c \
cryb_percent_decode.c \
cryb_percent_encode.c \
\
cryb_enc.c
dist_man3_MANS = \
cryb_percent.3
libcryb_enc_la_LIBADD = \
$(top_builddir)/lib/core/libcryb-core.la