mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
15 lines
204 B
Text
15 lines
204 B
Text
|
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 \
|
||
|
src/stdlib.c \
|
||
|
src/string.c
|