Add lib/strutil/replace:str_replace_all() function.
[midnight-commander.git] / tests / lib / strutil / Makefile.am
blob25c94a9a193073ecfc7384c360c83ed4bc3eeaa5
2 AM_CPPFLAGS = \
3         $(GLIB_CFLAGS) \
4         -I$(top_srcdir) \
5         -I$(top_srcdir)/lib/search \
6         @CHECK_CFLAGS@
8 LIBS = @CHECK_LIBS@ $(top_builddir)/lib/libmc.la
10 TESTS = \
11         replace__str_replace_all
13 check_PROGRAMS = $(TESTS)
15 replace__str_replace_all_SOURCES = \
16         replace__str_replace_all.c