summaryrefslogtreecommitdiffstats
path: root/src/klammail/Makefile.am
blob: 56eae7b61cd5bfd9d582daf175b77b2070df3615 (plain)
1
2
3
4
5
6
7
8
bin_PROGRAMS = klammail
klammail_SOURCES = clamdmail.c options.c output.c memory.c cfgparser.c client.c

# set the include path found by configure
INCLUDES= $(all_includes)
# the library search path.
klammail_LDADD = $(LIB_CLAM)
#AM_CFLAGS=-O0 -g3