build: Add missing cpp flags.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 Dec 2014 19:33:57 +0000 (20:33 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 Dec 2014 19:33:57 +0000 (20:33 +0100)
commit5694a4de6a378a882c14e176bfaec1d325ebe130
tree835387c01c7baf3d491d21fe29810ce9e38284c7
parent2cbca80137dd7b4229ba984080ac5410da546c71
build: Add missing cpp flags.

The directories passed as arguments to --with-flac-headers,
--with-samplerate-headers and --with-readline-headers are searched
for header files at configure time, but we ignore these directories
when compiling the source tree. This commit should fix this.
Makefile.in
Makefile.real