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