X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=6bee6b71b0109a24128c4e1a60e83a814d6ac075;hb=0a82736faf62f1667434aee71e51d876d20c6ced;hp=620529a024b9233c2c24bf1e49bbc67dcba80650;hpb=cbf27bf2f97c7f893934c3d064879b170bf671a5;p=rrdtool.git diff --git a/src/Makefile.am b/src/Makefile.am index 620529a..6bee6b7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,6 @@ # #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4 #AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config -DEFS += -DMAKE_TIMESTAMP=\""$(shell date)"\" fontsdir = $(datadir)/rrdtool/fonts fonts_DATA = DejaVuSansMono-Roman.ttf @@ -96,7 +95,7 @@ librrd_la_SOURCES = $(RRD_C_FILES) rrd_not_thread_safe.c # 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:5:0 +librrd_la_LDFLAGS = -version-info 2:6:0 librrd_th_la_SOURCES = $(RRD_C_FILES) rrd_thread_safe.c librrd_th_la_CFLAGS = $(MULTITHREAD_CFLAGS) @@ -133,4 +132,5 @@ 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 $(fonts_DATA) +EXTRA_DIST= rrdtool.dsp rrdtool.dsw strftime.c strftime.h rrd.dsp $(fonts_DATA) \ + Makefile.Win32 Makefile.NetWare get_ver.awk win32comp.c