there is realy no reason to have the vnames constraind so much
[rrdtool.git] / src / Makefile.am
index 14dd3bc..0bbac1a 100644 (file)
@@ -11,7 +11,7 @@ fonts_DATA = DejaVuSansMono-Roman.ttf
 #INCLUDES = $(CGI_INCLUDES) $(FREETYPE_INCLUDES) $(ART_INCLUDES) \
 #           $(PNG_INCLUDES) $(ZLIB_INCLUDES)
 RRD_DEFAULT_FONT=@RRD_DEFAULT_FONT@
-AM_CPPFLAGS = -DRRD_DEFAULT_FONT=\"$(RRD_DEFAULT_FONT)\"
+AM_CPPFLAGS = -DRRD_DEFAULT_FONT=\"$(RRD_DEFAULT_FONT)\" -DNUMVERS=@NUMVERS@
 
 RRD_C_FILES =          \
        getopt.c        \
@@ -37,6 +37,7 @@ RRD_C_FILES =         \
        rrd_rpncalc.c \
        rrd_tune.c      \
        rrd_update.c    \
+       rrd_version.c   \
        rrd_xport.c     \
        rrd_nan_inf.c   \
         art_rgba_svp.c \