File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / examples / Makefile.am
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:49:17 2021 UTC (3 years, 5 months ago) by misho
Branches: confuse, MAIN
CVS tags: v3_3, HEAD
confuse 3.3

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>