X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2FMakefile.am;h=8913e4add8b117833aab02121d5d74b8d23ca0be;hp=9c14263c40fdf1e498ad188c2c8df26251425d5d;hb=caa9411848390bf066b02588c4525731bee190c5;hpb=6c24470efd93599e65ac198fe39e9ff93275846d 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