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

« back to all changes in this revision

Viewing changes to clamav-milter/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:
16
16
#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17
17
#  MA 02110-1301, USA.
18
18
 
 
19
# FIXME: check automake for 'and' (&&)
19
20
if BUILD_CLAMD
20
21
if HAVE_MILTER
21
22
 
22
23
sbin_PROGRAMS = clamav-milter
23
24
 
24
25
clamav_milter_SOURCES = \
25
 
    $(top_srcdir)/shared/optparser.c \
26
 
    $(top_srcdir)/shared/optparser.h \
 
26
    $(top_srcdir)/shared/cfgparser.c \
 
27
    $(top_srcdir)/shared/cfgparser.h \
27
28
    $(top_srcdir)/shared/output.c \
28
29
    $(top_srcdir)/shared/output.h \
29
30
    $(top_srcdir)/shared/getopt.c \
30
31
    $(top_srcdir)/shared/getopt.h \
 
32
    $(top_srcdir)/shared/memory.c \
 
33
    $(top_srcdir)/shared/memory.h \
31
34
    $(top_srcdir)/shared/misc.c \
32
35
    $(top_srcdir)/shared/misc.h \
33
 
    whitelist.c \
34
 
    whitelist.h \
35
 
    connpool.c \
36
 
    connpool.h \
37
 
    netcode.c \
38
 
    netcode.h \
39
 
    clamfi.c \
40
 
    clamfi.h \
 
36
    $(top_srcdir)/shared/network.c \
 
37
    $(top_srcdir)/shared/network.h \
41
38
    clamav-milter.c
42
 
man_MANS = $(top_builddir)/docs/man/clamav-milter.8
43
 
 
44
 
endif
45
 
endif
46
 
 
47
 
DEFS = @DEFS@ -DCL_NOLIBCLAMAV
48
 
CFLAGS=`echo "@CFLAGS@" | sed -e 's/-Wwrite-strings//' -e 's/-Werror /-Werror -Wno-error=format-nonliteral /'`
49
 
LIBS = $(top_builddir)/libclamav/libclamav_internal_utils.la @CLAMAV_MILTER_LIBS@ @THREAD_LIBS@
50
 
AM_CPPFLAGS = -I$(top_srcdir)/clamd -I$(top_srcdir)/libclamav -I$(top_srcdir)/shared -I$(top_srcdir)
51
 
CLEANFILES=*.gcda *.gcno
 
39
 
 
40
man_MANS = $(top_srcdir)/docs/man/clamav-milter.8
 
41
 
 
42
endif
 
43
endif
 
44
 
 
45
LIBS = $(top_builddir)/libclamav/libclamav.la @CLAMAV_MILTER_LIBS@ @THREAD_LIBS@
 
46
INCLUDES = -I$(top_srcdir)/clamd -I$(top_srcdir)/libclamav -I$(top_srcdir)/shared
 
47
EXTRA_DIST = clamav-milter.c INSTALL