Updated Italian translation
[midnight-commander.git] / tests / src / filemanager / Makefile.am
blob9c980f39a3524e62aa5e8fb2db60f0b43b05b5ae
1 PACKAGE_STRING = "/src/filemanager"
3 AM_CPPFLAGS = \
4         $(GLIB_CFLAGS) \
5         -I$(top_srcdir) \
6         -I$(top_srcdir)/lib/vfs \
7         -DTEST_SHARE_DIR=\"$(abs_srcdir)\" \
8         @CHECK_CFLAGS@
10 AM_LDFLAGS = @TESTS_LDFLAGS@
12 LIBS = @CHECK_LIBS@ \
13         $(top_builddir)/src/libinternal.la \
14         $(top_builddir)/lib/libmc.la
16 if ENABLE_MCLIB
17 LIBS += $(GLIB_LIBS)
18 endif
20 EXTRA_DIST = hints/mc.hint
22 TESTS = \
23         cd_to \
24         examine_cd \
25         exec_get_export_variables_ext \
26         filegui_is_wildcarded \
27         get_random_hint
29 check_PROGRAMS = $(TESTS)
31 cd_to_SOURCES = \
32         cd_to.c
34 examine_cd_SOURCES = \
35         examine_cd.c
37 exec_get_export_variables_ext_SOURCES = \
38         exec_get_export_variables_ext.c
40 get_random_hint_SOURCES = \
41         get_random_hint.c
43 filegui_is_wildcarded_SOURCES = \
44         filegui_is_wildcarded.c