X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=05d75b007475c6fc617f2850c55b0d576d0747b3;hb=1f55de123f58e5ec37b6f36c8d2b4716f009a0ef;hp=129e3adfb8862adb8d3b3e75055fe94506c814e4;hpb=2f0b984b0dfee0a8ab2cb1d41670f40a07ec5cdb;p=rrdtool.git diff --git a/src/Makefile.am b/src/Makefile.am index 129e3ad..05d75b0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,13 +45,14 @@ RRD_C_FILES = \ rrd_xport.c \ rrd_gfx.c \ rrd_dump.c \ - rrd_flush.c \ + rrd_flushcached.c \ rrd_fetch.c \ rrd_resize.c \ rrd_tune.c noinst_HEADERS = \ unused.h \ + gettext.h \ rrd_getopt.h rrd_parsetime.h \ rrd_config_bottom.h rrd_i18n.h \ rrd_format.h rrd_tool.h rrd_xport.h rrd.h rrd_rpncalc.h \ @@ -124,4 +125,4 @@ EXTRA_DIST= librrd.pc.in strftime.c strftime.h rrd_getopt.c rrd_getopt1.c rrd_g librrd.sym: librrd.sym.in - grep -v LIBC_HAS_GETOPT_LONG librrd.sym.in >$@ + $(AM_V_GEN)grep -v LIBC_HAS_GETOPT_LONG librrd.sym.in >$@