~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to clamdtop/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-20 10:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20070220103344-zgcu2psnx9d98fpa
Tags: upstream-0.90
ImportĀ upstreamĀ versionĀ 0.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if HAVE_CURSES
2
 
bin_PROGRAMS = clamdtop
3
 
man_MANS = $(top_builddir)/docs/man/clamdtop.1
4
 
clamdtop_SOURCES = \
5
 
    $(top_srcdir)/shared/optparser.c \
6
 
    $(top_srcdir)/shared/optparser.h \
7
 
    $(top_srcdir)/shared/getopt.c \
8
 
    $(top_srcdir)/shared/getopt.h \
9
 
    $(top_srcdir)/shared/misc.c \
10
 
    $(top_srcdir)/shared/misc.h \
11
 
    clamdtop.c
12
 
 
13
 
AM_CPPFLAGS = -I$(top_srcdir) @CURSES_CPPFLAGS@
14
 
clamdtop_LDADD = @CURSES_LIBS@ $(top_builddir)/libclamav/libclamav_internal_utils_nothreads.la
15
 
endif
16
 
DEFS = @DEFS@ -DCL_NOTHREADS -DCL_NOLIBCLAMAV
17
 
EXTRA_DIST = clamdtop.c