mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-10 21:42:00 +03:00
517cc5cfe4
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
22 lines
373 B
Makefile
22 lines
373 B
Makefile
PACKAGE_STRING = "/lib/strutil"
|
|
|
|
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 \
|
|
parse_integer
|
|
|
|
check_PROGRAMS = $(TESTS)
|
|
|
|
replace__str_replace_all_SOURCES = \
|
|
replace__str_replace_all.c
|
|
|
|
parse_integer_SOURCES = \
|
|
parse_integer.c
|