* v0.0.3
[ppastats.git] / src / Makefile.am
index 4a81afd..4b42165 100644 (file)
@@ -1,16 +1,20 @@
 
-AM_CPPFLAGS = -Wall -std=gnu99 -Werror \
+AM_CPPFLAGS = -Wall -std=gnu99 -Werror\
+        -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\"\
        $(CURL_CFLAGS) $(JSON_CFLAGS)
 
 LIBS += $(CURL_LIBS) $(JSON_LIBS)
 
 bin_PROGRAMS = ppastats
 ppastats_SOURCES = \
+       cache.h cache.c\
        html.h html.c\
+       list.h list.c\
        lp.h lp.c\
        lp_json.h lp_json.c\
        lp_ws.h lp_ws.c\
-       main.c 
+       main.c\
+       ppastats.h ppastats.c
 
 dist_man_MANS = ppastats.1