mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
808988b1f1
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
13 lines
219 B
Makefile
13 lines
219 B
Makefile
noinst_LTLIBRARIES = libmcstrutil.la
|
|
|
|
libmcstrutil_la_SOURCES = \
|
|
replace.c \
|
|
strescape.c \
|
|
strutil8bit.c \
|
|
strutilascii.c \
|
|
strutil.c \
|
|
strutilutf8.c \
|
|
strverscmp.c
|
|
|
|
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
|