mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-24 05:16:51 +03:00
a2a5fa017e
Use filevercmp() instead of str_verscmp(). Source code of filevercmp() is taken from Gnulib. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
15 lines
248 B
Makefile
15 lines
248 B
Makefile
noinst_LTLIBRARIES = libmcstrutil.la
|
|
|
|
libmcstrutil_la_SOURCES = \
|
|
filevercmp.c \
|
|
replace.c \
|
|
strescape.c \
|
|
strutil8bit.c \
|
|
strutilascii.c \
|
|
strutil.c \
|
|
strutilutf8.c \
|
|
strverscmp.c \
|
|
xstrtol.c
|
|
|
|
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
|