From: oetiker Date: Wed, 27 May 2009 16:03:01 +0000 (+0000) Subject: added gettext.h to dist X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=7511bfc9687b6bc108efc67f67772b89a6fde06a added gettext.h to dist git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1826 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/Makefile.am b/src/Makefile.am index 97b4f44..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 \