Add lib/strutil/replace:str_replace_all() function.
[midnight-commander.git] / lib / strutil / Makefile.am
blobfa09f31d881d695a6120d42c49013c4d941847aa
1 noinst_LTLIBRARIES = libmcstrutil.la
3 libmcstrutil_la_SOURCES = \
4         replace.c \
5         strescape.c \
6         strutil8bit.c \
7         strutilascii.c \
8         strutil.c \
9         strutilutf8.c \
10         strverscmp.c
12 AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)