diff options
Diffstat (limited to 'coverage/bin/Makefile')
-rw-r--r-- | coverage/bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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"' |