mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-07 13:31:36 -05:00
14 lines
436 B
Makefile
14 lines
436 B
Makefile
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_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
|
|
LIBS = $(top_builddir)/libclamav/libclamav.la @THREAD_LIBS@
|
|
CLEANFILES=*.gcda *.gcno
|