mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 10:15:40 +00:00
11 lines
179 B
Makefile
11 lines
179 B
Makefile
# $Cryb$
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-core.la
|
|
|
|
libcryb_core_la_SOURCES = \
|
|
cryb_core.c \
|
|
cryb_strlcat.c \
|
|
cryb_strlcpy.c \
|
|
cryb_strlcmp.c
|