mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-27 08:05:42 +00:00
bec11577b0
strings.
15 lines
228 B
Makefile
15 lines
228 B
Makefile
# $Cryb$
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-core.la
|
|
|
|
libcryb_core_la_SOURCES = \
|
|
cryb_core.c \
|
|
string.c \
|
|
cryb_strlcat.c \
|
|
cryb_strlcpy.c \
|
|
cryb_strlcmp.c \
|
|
wstring.c
|
|
|
|
EXTRA_DIST = _string.c
|