chiark / gitweb /
vars.am: Fix include path tweaking.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 16 Oct 2012 19:08:37 +0000 (20:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 16 Oct 2012 19:08:37 +0000 (20:08 +0100)
commitbac6ffe41f5d1221ecacba49947094b0571fb44c
tree2082b6299edff5363356df049e318dcd767bee57
parentf129dc5f9a08673a9839eb7b6b1faa647fecdcb4
vars.am: Fix include path tweaking.

For some reason, the include directories were set in CPPFLAGS rather
than AM_CPPFLAGS, which is just a mistake.

Also, astonishingly, the makefile botched adding $(top_builddir)/config
to the include path.  This obviously never worked.  Fortunately,
Automake magically included the correct path by itself, so just remove
the embarrassing mistake and pretend it never happened.
vars.am