From: Tobias Oetiker Date: Sat, 16 Dec 2006 16:02:00 +0000 (+0000) Subject: getopt is required for rrdupdate too (there are platforms where this is not in libc... X-Git-Tag: 1.2.16~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8097b0bcc6af589f09f0e6182b4be065cec21c8b;p=thirdparty%2Frrdtool-1.x.git getopt is required for rrdupdate too (there are platforms where this is not in libc ... eg solaris) git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@931 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/Makefile.am b/src/Makefile.am index 4b1661f7..1a1c7ed7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,6 +13,8 @@ RRD_DEFAULT_FONT=@RRD_DEFAULT_FONT@ AM_CPPFLAGS = -DRRD_DEFAULT_FONT=\"$(RRD_DEFAULT_FONT)\" -DNUMVERS=@NUMVERS@ UPD_C_FILES = \ + getopt.c \ + getopt1.c \ parsetime.c \ rrd_hw.c \ rrd_diff.c \ @@ -25,8 +27,6 @@ UPD_C_FILES = \ rrd_update.c RRD_C_FILES = \ - getopt.c \ - getopt1.c \ hash_32.c \ pngsize.c \ rrd_create.c \