mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
ccf82ada12
* (xstrtoumax): from gnulib. * (parse_integer): from coreutils (dd.c). Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
14 lines
232 B
Makefile
14 lines
232 B
Makefile
noinst_LTLIBRARIES = libmcstrutil.la
|
|
|
|
libmcstrutil_la_SOURCES = \
|
|
replace.c \
|
|
strescape.c \
|
|
strutil8bit.c \
|
|
strutilascii.c \
|
|
strutil.c \
|
|
strutilutf8.c \
|
|
strverscmp.c \
|
|
xstrtol.c
|
|
|
|
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
|