X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=5add14736705dbea0ea639273c021e0121ede986;hb=be68914bbcbfde6dbc51e20075691afbab3c2489;hp=fb3ce067372910d449b7f93b611d005df16288bb;hpb=6b077ee78bd064474b576e076383503e682a1dd2;p=ppastats.git diff --git a/src/Makefile.am b/src/Makefile.am index fb3ce06..5add147 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,17 +5,22 @@ AM_CPPFLAGS = -Wall -std=gnu99 -Werror\ LIBS += $(CURL_LIBS) $(JSON_LIBS) +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\ + 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