Ticket #2980: Add missing doc/hints french translation
[midnight-commander.git] / tests / src / filemanager / Makefile.am
blob0629d39bd0ba074a079241d8b03c7439bdce5e4a
1 AM_CPPFLAGS = \
2         $(GLIB_CFLAGS) \
3         -I$(top_srcdir) \
4         -I$(top_srcdir)/lib/vfs \
5         -DTEST_SHARE_DIR=\"$(abs_srcdir)\" \
6         @CHECK_CFLAGS@
8 AM_LDFLAGS = @TESTS_LDFLAGS@
10 LIBS=@CHECK_LIBS@  \
11         $(top_builddir)/src/libinternal.la \
12         $(top_builddir)/lib/libmc.la
14 if ENABLE_VFS_SMB
15 # this is a hack for linking with own samba library in simple way
16 LIBS += $(top_builddir)/src/vfs/smbfs/helpers/libsamba.a
17 endif
19 EXTRA_DIST = hints/mc.hint
21 TESTS = \
22         do_cd_command \
23         examine_cd \
24         exec_get_export_variables_ext \
25         cmd__get_random_hint
27 check_PROGRAMS = $(TESTS)
29 do_cd_command_SOURCES = \
30         do_cd_command.c
32 examine_cd_SOURCES = \
33         examine_cd.c
35 exec_get_export_variables_ext_SOURCES = \
36         exec_get_export_variables_ext.c
38 cmd__get_random_hint_SOURCES = \
39         cmd__get_random_hint.c