mc/lib/strutil/Makefile.am
Andrew Borodin ccf82ada12 Add functions to transform string to unsigned integer:
* (xstrtoumax): from gnulib.
 * (parse_integer): from coreutils (dd.c).

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2013-07-05 09:09:03 +04:00

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)