regenerate build file
[ppastats.git] / src / Makefile.am
index bcb15aa..dd085c6 100644 (file)
@@ -1,5 +1,5 @@
 
-AM_CPPFLAGS = -Wall -std=gnu99 -Werror\
+AM_CPPFLAGS = -Wall -std=gnu99\
         -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\"\
        $(CURL_CFLAGS) $(JSON_CFLAGS)
 
@@ -9,6 +9,7 @@ bin_PROGRAMS = ppastats
 ppastats_SOURCES = \
        cache.h cache.c\
        html.h html.c\
+       io.h io.c\
        list.h list.c\
        lp.h lp.c\
        lp_json.h lp_json.c\