Merge branch '4541_hide_vfs_password'
[midnight-commander.git] / tests / lib / strutil / Makefile.am
blob7a7739500f9f2fc304dc052f51535e9191db99ef
1 PACKAGE_STRING = "/lib/strutil"
3 AM_CPPFLAGS = \
4         $(GLIB_CFLAGS) \
5         -I$(top_srcdir) \
6         @CHECK_CFLAGS@
8 LIBS = @CHECK_LIBS@ \
9         $(top_builddir)/lib/libmc.la
11 if ENABLE_MCLIB
12 LIBS += $(GLIB_LIBS)
13 endif
15 TESTS = \
16         parse_integer \
17         str_replace_all \
18         str_verscmp \
19         filevercmp
21 check_PROGRAMS = $(TESTS)
23 parse_integer_SOURCES = \
24         parse_integer.c
26 str_replace_all_SOURCES = \
27         str_replace_all.c
29 str_verscmp_SOURCES = \
30         str_verscmp.c
32 filevercmp_SOURCES = \
33         filevercmp.c