use file cache for distros
[ppastats.git] / src / Makefile.am
index 03bb962..5add147 100644 (file)
@@ -10,6 +10,7 @@ DEFS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
 bin_PROGRAMS = ppastats
 ppastats_SOURCES = \
        cache.h cache.c\
+       fcache.h fcache.c\
        html.h html.c\
        io.h io.c\
        list.h list.c\
@@ -18,7 +19,8 @@ ppastats_SOURCES = \
        lp_json.h lp_json.c\
        lp_ws.h lp_ws.c\
        main.c\
-       ppastats.h ppastats.c
+       ppastats.h ppastats.c\
+       str.h str.c
 
 dist_man_MANS = ppastats.1