mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-22 22:02:03 +00:00
9 lines
150 B
Text
9 lines
150 B
Text
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||
|
|
||
|
lib_LTLIBRARIES = libcryb-enc.la
|
||
|
|
||
|
libcryb_enc_la_SOURCES = \
|
||
|
cryb_base32.c \
|
||
|
cryb_base64.c \
|
||
|
cryb_percent.c
|