X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=dc6e709f7d92f46818d87b5bb60d7c7ffeaee167;hb=c9ae4ae075de3815f814dbf48d2336cf536de42c;hp=bcb15aa698891db9bdfc058d1afc9fbb2a8771f3;hpb=79035c81c5c623a30d0139bca33bd41ee1756930;p=ppastats.git diff --git a/src/Makefile.am b/src/Makefile.am index bcb15aa..dc6e709 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,16 +5,23 @@ 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\ + 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