Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / output / charts / automake.mk
index 6db4bf28a3a357b1826fc21f5ed576acb8e2d8de..f1d71264fb9e54179667d1a36e4a96a7fb8db615 100644 (file)
@@ -2,12 +2,6 @@
 
 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 \