mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-10 21:42:00 +03:00
2fa4d9b952
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
13 lines
203 B
Makefile
13 lines
203 B
Makefile
noinst_LTLIBRARIES = libmcstrutil.la
|
|
|
|
libmcstrutil_la_SOURCES = \
|
|
strescape.c \
|
|
strutil8bit.c \
|
|
strutilascii.c \
|
|
strutil.c \
|
|
strutilutf8.c
|
|
|
|
|
|
|
|
libmcstrutil_la_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)
|