Clarify usage of AM_CPPFLAGS.
[midnight-commander.git] / tests / src / filemanager / Makefile.am
blob5b8e8a6df61a8a5165e819730b684c1d87689f9f
2 AM_CPPFLAGS = \
3         $(GLIB_CFLAGS) \
4         -I$(top_srcdir) \
5         -I$(top_srcdir)/lib/vfs \
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
20 TESTS = \
21         do_panel_cd \
22         examine_cd \
23         exec_get_export_variables_ext
25 check_PROGRAMS = $(TESTS)
27 do_panel_cd_SOURCES = \
28         do_panel_cd.c
30 examine_cd_SOURCES = \
31         examine_cd.c
33 exec_get_export_variables_ext_SOURCES = \
34         exec_get_export_variables_ext.c