Added a new EXTRA_CFLAGS option to add the deprecated define to the compilation comma...
authorAlejandro G. Castro <alex@igalia.com>
Thu, 30 Oct 2008 17:58:43 +0000 (17:58 +0000)
committerAlejandro G. Castro <alex@igalia.com>
Thu, 30 Oct 2008 17:58:43 +0000 (17:58 +0000)
commit948e84b7676632fef43ca8f9c2ceffd23b1eddbf
tree9b85b0409039a123ed385db7654796544141c95d
parentf926ff03766424b582cf7edf1704dac02b2b53e0
Added a new EXTRA_CFLAGS option to add the deprecated define to the compilation command. This way we can avoid using the define in the documentation compilation.

* configure.ac: Defined EXTRA_CFLAGS.

* examples/Makefile.am:
* src/Makefile.am:
* tests/Makefile.am: Included EXTRA_CFLAGS in the compilation.
ChangeLog
configure.ac
examples/Makefile.am
src/Makefile.am
tests/Makefile.am