X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2FMakefile.am;h=9c14263c40fdf1e498ad188c2c8df26251425d5d;hp=8a563f5ac4546392c9a1d1915973b9d6914ccd0c;hb=2ba0dac41cd82d69b612b5b4526f6e6f85c8abdc;hpb=e47fa689bece818faa3bd6f4bea4eca22cd517a7 diff --git a/src/Makefile.am b/src/Makefile.am index 8a563f5..9c14263 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -115,5 +115,8 @@ pkgconfig_DATA = librrd.pc # strftime is here because we do not usually need it. unices have propper # iso date support EXTRA_DIST= librrd.pc.in strftime.c strftime.h rrd_getopt.c rrd_getopt1.c rrd_getopt.h \ - win32comp.c rrd_thread_safe_nt.c get_ver.awk librrd.sym + win32comp.c rrd_thread_safe_nt.c get_ver.awk librrd.sym.in.in + +librrd.sym: librrd.sym.in + grep -v LIBC_HAS_GETOPT_LONG librrd.sym.in >$@