Ticket #2913: CVE-2012-4463 mc-4.8.5: Does not sanitize MC_EXT_SELECTED variable...
[midnight-commander.git] / tests / src / filemanager / Makefile.am
blob26cdcfa1d5c9d165efbe77fd8f9f1d0d93eb0e24
1 AM_CFLAGS = -I$(top_srcdir)/lib/vfs $(GLIB_CFLAGS) -I$(top_srcdir) @CHECK_CFLAGS@
3 AM_LDFLAGS = @TESTS_LDFLAGS@
5 LIBS=@CHECK_LIBS@  \
6         $(top_builddir)/src/libinternal.la \
7         $(top_builddir)/lib/libmc.la
9 if ENABLE_VFS_SMB
10 # this is a hack for linking with own samba library in simple way
11 LIBS += $(top_builddir)/src/vfs/smbfs/helpers/libsamba.a
12 endif
15 TESTS = \
16         do_panel_cd \
17         examine_cd \
18         exec_get_export_variables_ext
20 check_PROGRAMS = $(TESTS)
22 do_panel_cd_SOURCES = \
23         do_panel_cd.c
25 examine_cd_SOURCES = \
26         examine_cd.c
28 exec_get_export_variables_ext_SOURCES = \
29         exec_get_export_variables_ext.c