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
|
2016-01-10 22:25:28 +00:00
|
|
|
|
|
|
|
dist_man3_MANS = \
|
|
|
|
cryb_percent.3
|
2016-09-30 10:03:46 +00:00
|
|
|
|
2018-05-06 01:19:45 +00:00
|
|
|
libcryb_enc_la_CFLAGS = \
|
|
|
|
$(CRYB_CORE_CFLAGS)
|
|
|
|
|
2016-09-30 10:03:46 +00:00
|
|
|
libcryb_enc_la_LIBADD = \
|
2018-05-06 01:19:45 +00:00
|
|
|
$(CRYB_CORE_LIBS)
|
2017-03-06 23:50:17 +00:00
|
|
|
|
|
|
|
pkgconfig_DATA = cryb-enc.pc
|