• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2check_PROGRAMS = example1 example2 example3 example4
3noinst_PROGRAMS=$(check_PROGRAMS)
4
5TESTS = $(check_PROGRAMS)
6
7AM_CPPFLAGS = -I $(top_srcdir)/lib
8
9LDADD = $(top_builddir)/lib/libconfig.la
10
11EXTRA_DIST = \
12	example.cfg \
13	example4.cfg \
14	cfg_includes/*.cfg \
15	cfg_includes/cfg_subincludes/*.cfg \
16	*.vcproj \
17	*.vcxproj
18