X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=be51036ed35d4f504432d8fb6ad92f3c09902990;hb=7f4dd5f9c0f20e4d6690685641a9cd8ea621da51;hp=4845a1693be2a1bafe2fcd7cb23486d450b3200f;hpb=e80c7c14c37fcc17ffd7fb49350e378dbc765f2a;p=rrdtool.git diff --git a/src/Makefile.am b/src/Makefile.am index 4845a16..be51036 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,8 +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 \ + rrd_getopt.c \ + rrd_getopt1.c \ parsetime.c \ rrd_hw.c \ rrd_diff.c \ @@ -51,7 +51,7 @@ noinst_HEADERS = \ art_rgba_svp.h \ unused.h \ rrd_gfx.h \ - getopt.h parsetime.h \ + rrd_getopt.h parsetime.h \ rrd_format.h rrd_tool.h rrd_xport.h rrd.h rrd_hw.h rrd_rpncalc.h \ rrd_nan_inf.h fnv.h rrd_graph.h rrd_afm.h rrd_afm_data.h \ rrd_is_thread_safe.h @@ -102,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:9:0 +librrd_la_LDFLAGS = -version-info 2:10:0 librrd_th_la_SOURCES = $(UPD_C_FILES) $(RRD_C_FILES) rrd_thread_safe.c librrd_th_la_CFLAGS = $(MULTITHREAD_CFLAGS)