X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=e19e20a3eb3fdc3908b91de652b1d9992530cf5e;hb=50cb5b56107bbbdc5eb1565404015efaba66bed4;hp=fb3ce067372910d449b7f93b611d005df16288bb;hpb=04e8520815632d17a6705219ad8301c1352058f6;p=ppastats.git diff --git a/src/Makefile.am b/src/Makefile.am index fb3ce06..e19e20a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,8 @@ 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\