libkernaux/libc/Makefile.am

16 lines
219 B
Makefile
Raw Normal View History

include $(top_srcdir)/shared.am
SUBDIRS = include
if ENABLE_SPLIT_LIBC
lib_LTLIBRARIES = libc.la
else
EXTRA_LTLIBRARIES = libc.la
endif
libc_la_SOURCES = \
src/ctype.c \
2022-06-12 10:52:45 +00:00
src/errno.c \
src/stdlib.c \
src/string.c