build: Remove unnecessary flags in AM_CFLAGS
authorMaarten Bosmans <mkbosmans@gmail.com>
Tue, 25 Jan 2011 10:57:30 +0000 (11:57 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Mon, 31 Jan 2011 12:40:43 +0000 (12:40 +0000)
commitd766b38e1ba5d483ad7eec105860e9b9f7f55702
treed47e1c7112b56e990874739329dc44b0378bcd9b
parent974af435076ed451dfae65b191625dfc7f582c4c
build: Remove unnecessary flags in AM_CFLAGS

The CFLAGS and LIBS of libsamplerate, libspeex and libsndfile are added to the pulse libraries depending on those libraries.

Also src/pulse/version.h is generated by configure, so it does not need to go in BUILT_SOURCES.

(Slightly tweaked by Colin Guthrie to fix a merge problem relating to BUILT_SOURCES)
src/Makefile.am