mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
507 B
14 lines
507 B
bin_PROGRAMS = clambc
|
|
clambc_SOURCES = \
|
|
$(top_srcdir)/shared/optparser.c \
|
|
$(top_srcdir)/shared/optparser.h \
|
|
$(top_srcdir)/shared/getopt.c \
|
|
$(top_srcdir)/shared/getopt.h \
|
|
$(top_srcdir)/shared/misc.c \
|
|
$(top_srcdir)/shared/misc.h \
|
|
bcrun.c
|
|
|
|
AM_CFLAGS=@WERR_CFLAGS@ @SSL_CPPFLAGS@ @JSON_CPPFLAGS@ @PCRE_CPPFLAGS@
|
|
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
|
|
LIBS = $(top_builddir)/libclamav/libclamav.la @THREAD_LIBS@
|
|
CLEANFILES=*.gcda *.gcno
|
|
|