X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=coverage%2Fbin%2FMakefile;h=b851ed6cb17dfc0efc05bf7c1655d93115ee23cc;hb=75526aa1e85a8bacb50e917971010d06137a3610;hp=3cabefa19de3139fbca5584107b25831ad18bcde;hpb=0d05349094ced7eeb487e572beb90fa44dd2ebe0;p=src%2Fapp-framework-binder.git diff --git a/coverage/bin/Makefile b/coverage/bin/Makefile index 3cabefa1..b851ed6c 100644 --- a/coverage/bin/Makefile +++ b/coverage/bin/Makefile @@ -26,7 +26,7 @@ cflags = -I$(incdir) \ -ldl -lrt -lpthread afb_lib_src = $(shell ls $(srcdir)/*.c | egrep -v '/afs-|/main-|-fake' ) -afb_clib_src = $(shell ls $(srcdir)/*.c | egrep -v '/afs-|/main-|-fake|afb-supervision' ) +afb_clib_src = $(shell ls $(srcdir)/*.c | egrep -v '/afs-|/main-|-fake' ) afb_daemon_srcs = $(srcdir)/main-afb-daemon.c $(afb_lib_src) afb_daemon_defs = '-DAFB_VERSION="cov"' -DAGL_DEVEL -DWITH_MONITORING_OPTION '-DBINDING_INSTALL_DIR="fake"'