X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=56276e329ccbc5fd63d29f1acad7cc9df1e336f5;hb=d2d98cb07bf3438819625ca83adf2162c030f438;hp=dc6e709f7d92f46818d87b5bb60d7c7ffeaee167;hpb=5969698ff6028947e097927e2391406481a36290;p=ppastats.git diff --git a/src/Makefile.am b/src/Makefile.am index dc6e709..56276e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ AM_CPPFLAGS = -Wall -std=gnu99 -Werror\ - -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\"\ + -DDEFAULT_THEME_DIR=\""$(pkgdatadir)/themes/default"\"\ $(CURL_CFLAGS) $(JSON_CFLAGS) LIBS += $(CURL_LIBS) $(JSON_LIBS) @@ -13,15 +13,16 @@ ppastats_SOURCES = \ 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\ + plog.h plog.c\ ppastats.h ppastats.c\ - str.h str.c + pio.h pio.c\ + pstr.h pstr.c\ + ptime.h ptime.c dist_man_MANS = ppastats.1