new command rrdtool xport integrated
[rrdtool.git] / src / Makefile.am
index 18d16a0..9e64c24 100644 (file)
@@ -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