share/style.css: Add some basic styles for the table layout.
[collection4.git] / src / Makefile.am
index 9b235ba..ac11e9f 100644 (file)
@@ -1,8 +1,12 @@
 AUTOMAKE_OPTIONS = foreign no-dependencies
 
+AM_CPPFLAGS = -DPREFIX='"${prefix}"'
+AM_CPPFLAGS += -DCONFIGFILE='"${sysconfdir}/collection.conf"'
+
 if COMPILER_IS_GCC
 AM_CFLAGS = -Wall -Wextra
 endif
+
 AM_YFLAGS = -d
 
 BUILT_SOURCES = parser.h
@@ -23,4 +27,4 @@ collection_fcgi_SOURCES = main.c \
                          graph_instance.c graph_instance.h \
                          graph_list.c graph_list.h \
                          utils_array.c utils_array.h \
-                         utils_params.c utils_params.h
+                         utils_cgi.c utils_cgi.h