File: Makefile.am

package info (click to toggle)
libconfuse 3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: ansic: 5,532; lex: 451; xml: 439; makefile: 213; sh: 39
file content (13 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
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