If widget wants cursor, define that explicitly.
[midnight-commander.git] / tests / lib / strutil / Makefile.am
blobc3ce5405af0d3301f64b515d353c67f845ca3ea9
1 PACKAGE_STRING = "/lib/strutil"
3 AM_CPPFLAGS = \
4         $(GLIB_CFLAGS) \
5         -I$(top_srcdir) \
6         -I$(top_srcdir)/lib/search \
7         @CHECK_CFLAGS@
9 LIBS = @CHECK_LIBS@ $(top_builddir)/lib/libmc.la
11 TESTS = \
12         replace__str_replace_all \
13         parse_integer
15 check_PROGRAMS = $(TESTS)
17 replace__str_replace_all_SOURCES = \
18         replace__str_replace_all.c
20 parse_integer_SOURCES = \
21         parse_integer.c