X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2FMakefile.am;h=52079438109ce282fbedcbbbc696e2c1cc9f5d89;hp=632872a2a901d56f36872dc840bef4204c452c37;hb=ad0a12907bf80b4f0deec217b8379dd08c490dbc;hpb=1bdfcf9791729310f75857d0e002c40ef659a89b diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 632872a2..52079438 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -11,6 +11,9 @@ AM_CPPFLAGS += -DPKGDATADIR='"${pkgdatadir}"' # Link to these libraries.. COMMON_LIBS = $(PTHREAD_LIBS) +if BUILD_WITH_CAPABILITY +COMMON_LIBS += -lcap +endif if BUILD_WITH_LIBRT COMMON_LIBS += -lrt endif @@ -58,10 +61,7 @@ collectd_SOURCES = collectd.c collectd.h \ utils_ignorelist.c utils_ignorelist.h \ utils_llist.c utils_llist.h \ utils_random.c utils_random.h \ - utils_tail_match.c utils_tail_match.h \ - utils_match.c utils_match.h \ utils_subst.c utils_subst.h \ - utils_tail.c utils_tail.h \ utils_time.c utils_time.h \ types_list.c types_list.h \ utils_threshold.c utils_threshold.h