X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=dc6e709f7d92f46818d87b5bb60d7c7ffeaee167;hb=638717706c4f1b87d8a24d0e443c39e59e99b0d3;hp=e19e20a3eb3fdc3908b91de652b1d9992530cf5e;hpb=50cb5b56107bbbdc5eb1565404015efaba66bed4;p=ppastats.git diff --git a/src/Makefile.am b/src/Makefile.am index e19e20a..dc6e709 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,14 +10,18 @@ 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\ + http.h http.c\ io.h io.c\ list.h list.c\ + log.h log.c\ lp.h lp.c\ 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