mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-15 06:44:19 +03:00
![Andrew Borodin](/assets/img/avatar_default.png)
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)
|