X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=85aad4e1052181253e4faf0ccf162cfd474ceb92;hb=23d1c29c5b06a786817613f266e04887af4945c4;hp=1f1ff3af846240b4ec2e46410e5188ff0b1d4004;hpb=e744e6aeb208028e38fea38fe203b2abbe326d89;p=rrdtool.git diff --git a/src/Makefile.am b/src/Makefile.am index 1f1ff3a..85aad4e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ fonts_DATA = VeraMono.ttf #INCLUDES = $(CGI_INCLUDES) $(FREETYPE_INCLUDES) $(ART_INCLUDES) \ # $(PNG_INCLUDES) $(ZLIB_INCLUDES) -INCLUDES = -DRRD_DEFAULT_FONT=\"$(fontsdir)/$(fonts_DATA)\" +AM_CPPFLAGS = -DRRD_DEFAULT_FONT=\"$(fontsdir)/$(fonts_DATA)\" RRD_C_FILES = \ getopt.c \ @@ -29,6 +29,7 @@ RRD_C_FILES = \ rrd_graph.c \ rrd_graph_helper.c \ rrd_last.c \ + rrd_first.c \ rrd_open.c \ rrd_resize.c \ rrd_restore.c \ @@ -39,7 +40,7 @@ RRD_C_FILES = \ rrd_nan_inf.c \ rrd_gfx.c rrd_gfx.h \ rrd_afm.c rrd_afm_data.c \ - getopt.h ntconfig.h parsetime.h \ + getopt.h parsetime.h \ rrd_format.h rrd_tool.h rrd_xport.h rrd.h rrd_hw.h rrd_rpncalc.h \ rrd_tool.c \ rrd_nan_inf.h fnv.h rrd_graph.h rrd_afm.h rrd_afm_data.h \