getopt is required for rrdupdate too (there are platforms where this is not in libc...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 16 Dec 2006 16:02:00 +0000 (16:02 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 16 Dec 2006 16:02:00 +0000 (16:02 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@931 a5681a0c-68f1-0310-ab6d-d61299d08faa

src/Makefile.am

index 4b1661f..1a1c7ed 100644 (file)
@@ -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    \