Annotation of embedaddon/confuse/examples/Makefile.am, revision 1.1.1.2
1.1.1.2 ! misho 1: EXTRA_DIST = simple.conf reread.conf ftp.conf test.conf nested.conf deprecated.conf env.conf
! 2: noinst_PROGRAMS = simple ftpconf cfgtest cli nested deprecated addsec parsebuf env
! 3: AM_CPPFLAGS = -I$(top_srcdir)/src
! 4: AM_LDFLAGS = -L../src/
! 5: LIBS = $(LTLIBINTL)
! 6: LDADD = ../src/libconfuse.la
! 7: CLEANFILES = *~ \#*\#
! 8:
! 9: if !WINDOWS_BUILD
! 10: noinst_PROGRAMS += reread
! 11: else
! 12: noinst_PROGRAMS += wincfgtest
! 13: endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>