X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=03bb96217c6317343d8babb3b270493634998d33;hb=a7dfd8274a4ba68abc4971a46d173ca1b4ae22c8;hp=fb3ce067372910d449b7f93b611d005df16288bb;hpb=9d12e96806e0833e6b859f622a29474ba01d54b3;p=ppastats.git diff --git a/src/Makefile.am b/src/Makefile.am index fb3ce06..03bb962 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,12 +5,15 @@ 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\ 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\