X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=8913e4add8b117833aab02121d5d74b8d23ca0be;hb=30ae34dc4cb5e8c94fb1f13b0a089494256649af;hp=9c14263c40fdf1e498ad188c2c8df26251425d5d;hpb=6c24470efd93599e65ac198fe39e9ff93275846d;p=rrdtool.git diff --git a/src/Makefile.am b/src/Makefile.am index 9c14263..8913e4a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,6 +58,10 @@ noinst_HEADERS = \ fnv.h rrd_graph.h \ rrd_is_thread_safe.h +if BUILD_LIBDBI +RRD_C_FILES += rrd_fetch_libdbi.c +endif + if BUILD_GETOPT noinst_HEADERS += rrd_getopt.h UPD_C_FILES += rrd_getopt.c rrd_getopt1.c