--- embedaddon/confuse/examples/Makefile.am 2017/01/24 14:48:56 1.1.1.1 +++ embedaddon/confuse/examples/Makefile.am 2021/03/17 00:49:17 1.1.1.2 @@ -1,7 +1,13 @@ -EXTRA_DIST = simple.conf reread.conf ftp.conf -noinst_PROGRAMS = simple reread ftpconf -INCLUDES = -I$(top_srcdir)/src -AM_LDFLAGS = -L../src/ -LDADD = ../src/libconfuse.la -CLEANFILES=*~ \#*\# -LIBS = $(LTLIBINTL) +EXTRA_DIST = simple.conf reread.conf ftp.conf test.conf nested.conf deprecated.conf env.conf +noinst_PROGRAMS = simple ftpconf cfgtest cli nested deprecated addsec parsebuf env +AM_CPPFLAGS = -I$(top_srcdir)/src +AM_LDFLAGS = -L../src/ +LIBS = $(LTLIBINTL) +LDADD = ../src/libconfuse.la +CLEANFILES = *~ \#*\# + +if !WINDOWS_BUILD +noinst_PROGRAMS += reread +else +noinst_PROGRAMS += wincfgtest +endif