mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
10 lines
160 B
Makefile
10 lines
160 B
Makefile
# $Cryb$
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-enc.la
|
|
|
|
libcryb_enc_la_SOURCES = \
|
|
cryb_base32.c \
|
|
cryb_base64.c \
|
|
cryb_percent.c
|