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

« back to all changes in this revision

Viewing changes to clamd/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
1
#
2
 
#  Copyright (C) 2002 - 2007 Tomasz Kojm <tkojm@clamav.net>
 
2
#  Copyright (C) 2002 - 2006 Tomasz Kojm <tkojm@clamav.net>
3
3
#
4
4
#  This program is free software; you can redistribute it and/or modify
5
5
#  it under the terms of the GNU General Public License as published by
23
23
clamd_SOURCES = \
24
24
    $(top_srcdir)/shared/output.c \
25
25
    $(top_srcdir)/shared/output.h \
26
 
    $(top_srcdir)/shared/optparser.c \
27
 
    $(top_srcdir)/shared/optparser.h \
 
26
    $(top_srcdir)/shared/cfgparser.c \
 
27
    $(top_srcdir)/shared/cfgparser.h \
28
28
    $(top_srcdir)/shared/getopt.c \
29
29
    $(top_srcdir)/shared/getopt.h \
 
30
    $(top_srcdir)/shared/memory.c \
 
31
    $(top_srcdir)/shared/memory.h \
30
32
    $(top_srcdir)/shared/misc.c \
31
33
    $(top_srcdir)/shared/misc.h \
 
34
    $(top_srcdir)/shared/network.c \
 
35
    $(top_srcdir)/shared/network.h \
 
36
    $(top_srcdir)/shared/options.c \
 
37
    $(top_srcdir)/shared/options.h \
32
38
    clamd.c \
33
39
    tcpserver.c \
34
40
    tcpserver.h \
46
52
    others.h \
47
53
    clamuko.c \
48
54
    clamuko.h \
49
 
    clamukofs.c \
50
 
    clamukofs.h \
51
55
    dazukoio_compat12.c \
52
56
    dazukoio_compat12.h \
53
57
    dazukoio.c \
54
58
    dazukoio.h \
55
59
    dazuko_xp.h \
56
60
    dazukoio_xp.h \
57
 
    dazukofs.c \
58
 
    dazukofs.h \
59
61
    shared.h
60
62
 
61
63
endif
62
64
 
63
65
LIBS = $(top_builddir)/libclamav/libclamav.la @CLAMD_LIBS@ @THREAD_LIBS@
64
 
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
65
 
 
66
 
# it does support --help and --version but with the default config file
67
 
# it outputs an error message which tells us to edit the config files
68
 
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=clamd$(EXEEXT)
69
 
CLEANFILES=*.gcda *.gcno
 
66
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav