X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=4845a1693be2a1bafe2fcd7cb23486d450b3200f;hb=a23d669b0e20649182eea50c4d13b509fa9d6a4a;hp=fde9585dfdb7f2905f40cb48d2d0e31941319533;hpb=7a942d263044e07b9e861472361b544d4133af71;p=rrdtool.git diff --git a/src/Makefile.am b/src/Makefile.am index fde9585..4845a16 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 \ @@ -35,6 +35,7 @@ RRD_C_FILES = \ rrd_graph.c \ rrd_graph_helper.c \ rrd_last.c \ + rrd_lastupdate.c \ rrd_first.c \ rrd_resize.c \ rrd_restore.c \ @@ -101,7 +102,7 @@ librrd_la_LIBADD = librrdupd.la $(ALL_LIBS) # your package will not be binary compatible with any other release. # # see http://www.gnu.org/software/libtool/manual.html#SEC32 for explanation -librrd_la_LDFLAGS = -version-info 2:8:0 +librrd_la_LDFLAGS = -version-info 2:9:0 librrd_th_la_SOURCES = $(UPD_C_FILES) $(RRD_C_FILES) rrd_thread_safe.c librrd_th_la_CFLAGS = $(MULTITHREAD_CFLAGS) @@ -128,6 +129,6 @@ rrdtool_LDADD = librrd.la # strftime is here because we do not usually need it. unices have propper # iso date support -EXTRA_DIST= rrdtool.dsp rrdtool.dsw strftime.c strftime.h rrd.dsp $(fonts_DATA) \ - Makefile.Win32 Makefile.NetWare get_ver.awk win32comp.c rrd_thread_safe_nt.c +EXTRA_DIST= strftime.c strftime.h $(fonts_DATA) \ + win32comp.c rrd_thread_safe_nt.c get_ver.awk