Clarify usage of AM_CPPFLAGS.
commita8030670b79013576ab54fb30511e24e8ea28b12
authorAndrew Borodin <aborodin@vmail.ru>
Wed, 14 Nov 2012 07:06:47 +0000 (14 11:06 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Tue, 18 Dec 2012 12:33:25 +0000 (18 16:33 +0400)
treed2d5686197c637949df060ad6acaa7850ce0a9ff
parentd557ade7f6677ae3aff2e76ae60925529813b65d
Clarify usage of AM_CPPFLAGS.

Use AM_CPPFLAGS not AM_CFLAGS for includes. GLIB_CFLAGS are CPPFLAGS, actually.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
20 files changed:
lib/mcconfig/Makefile.am
lib/strutil/Makefile.am
lib/tty/Makefile.am
lib/vfs/Makefile.am
src/consaver/Makefile.am
src/vfs/Makefile.am
src/vfs/cpio/Makefile.am
src/vfs/extfs/Makefile.am
src/vfs/fish/Makefile.am
src/vfs/ftpfs/Makefile.am
src/vfs/local/Makefile.am
src/vfs/sfs/Makefile.am
src/vfs/smbfs/Makefile.am
src/vfs/tar/Makefile.am
src/vfs/undelfs/Makefile.am
tests/lib/Makefile.am
tests/lib/mcconfig/Makefile.am
tests/lib/search/Makefile.am
tests/lib/vfs/Makefile.am
tests/src/filemanager/Makefile.am