X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2FMakefile.am;h=9e64c24b07035407c13c40d0902172e774195c4a;hp=18d16a030310f0d60ad321ae28df3463738aa6dd;hb=23be36896d8cf89dd9dbcdb2bb62677ca01810f8;hpb=c0cb62da4ec2b5c7b3aef09adacb7f0a3189df28 diff --git a/src/Makefile.am b/src/Makefile.am index 18d16a0..9e64c24 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,7 +42,6 @@ INCLUDES = $(CGI_INCLUDES) $(FREETYPE_INCLUDES) $(ART_INCLUDES) \ RRD_C_FILES = \ getopt.c \ getopt1.c \ - gifsize.c \ parsetime.c \ hash_32.c \ rrd_hw.c \ @@ -63,8 +62,11 @@ RRD_C_FILES = \ rrd_rpncalc.c \ rrd_tune.c \ rrd_update.c \ + rrd_xport.c \ rrd_gfx.c rrd_gfx.h \ - getopt.h ntconfig.h parsetime.h rrd_format.h rrd_tool.h rrd.h rrd_hw.h rrd_rpncalc.h + rrd_afm.c rrd_afm_data.c \ + getopt.h ntconfig.h parsetime.h \ + rrd_format.h rrd_tool.h rrd_xport.h rrd.h rrd_hw.h rrd_rpncalc.h # Build two libraries. One is a public one that gets installed in # $prefix/lib. Libtool does not create an archive of the PIC compiled