Start generating ChangeLog automatically from Git commit messages.
[pspp-builds.git] / src / output / charts / automake.mk
index af24ef49e461c80df91a06d40c01a96556e4b666..a480de6da9bc384d040a9bd4dfe8b3ab8ea7adf4 100644 (file)
@@ -1,16 +1,7 @@
 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
 
-
-
 noinst_LIBRARIES += src/output/charts/libcharts.a
 
-
-src/output/charts/%: AM_CPPFLAGS +=  \
-       -I$(top_srcdir)/src/libpspp \
-       -I$(top_srcdir)/src/output \
-       -I$(top_srcdir)/src/data \
-       -I$(top_srcdir)/src/math
-
 chart_sources = \
        src/output/charts/barchart.c \
        src/output/charts/barchart.h \
@@ -39,3 +30,5 @@ EXTRA_DIST += $(chart_sources)
 AM_CPPFLAGS += -DNO_CHARTS
 
 endif
+
+EXTRA_DIST += src/output/charts/OChangeLog