X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=05d75b007475c6fc617f2850c55b0d576d0747b3;hb=0044bc9e909f8bd1b4df28d2d3a8d08047071822;hp=5cfc523760039260067dfae24789234c09de0ded;hpb=051c981954592ad9b2f18f8b8b8c0c8452090fdf;p=rrdtool.git diff --git a/src/Makefile.am b/src/Makefile.am index 5cfc523..05d75b0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -52,6 +52,7 @@ RRD_C_FILES = \ 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 >$@