mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
808988b1f1
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
17 lines
280 B
Makefile
17 lines
280 B
Makefile
|
|
AM_CPPFLAGS = \
|
|
$(GLIB_CFLAGS) \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/lib/search \
|
|
@CHECK_CFLAGS@
|
|
|
|
LIBS = @CHECK_LIBS@ $(top_builddir)/lib/libmc.la
|
|
|
|
TESTS = \
|
|
replace__str_replace_all
|
|
|
|
check_PROGRAMS = $(TESTS)
|
|
|
|
replace__str_replace_all_SOURCES = \
|
|
replace__str_replace_all.c
|