Fix buildsytem to always include config.h.
authorCristian Rodríguez <crrodriguez@opensuse.org>
Sat, 22 Jun 2013 02:38:46 +0000 (22:38 -0400)
committerMilan Broz <gmazyland@gmail.com>
Sun, 23 Jun 2013 15:14:33 +0000 (17:14 +0200)
commit1349efa34db577947083daee2e521770614fcfe0
treee347bb61b3d0fd28a1b874a4f96711ae18b8c8ed
parentcf99ecb5a9829da5e449241c499af56beb2a0052
Fix buildsytem to always include config.h.

- config.h must always be the first file to be included
- Use AM_CFLAGS and AM_LDFLAGS consistently and properly.

(Modified to disable build without largefile support etc
by Milan Broz <gmazyland@gmail.com>)
17 files changed:
configure.ac
lib/Makefile.am
lib/crypto_backend/Makefile.am
lib/crypto_backend/crypto_backend.h
lib/internal.h
lib/loopaes/Makefile.am
lib/loopaes/loopaes.h
lib/luks1/Makefile.am
lib/tcrypt/Makefile.am
lib/utils_crypt.h
lib/utils_fips.c
lib/verity/Makefile.am
lib/verity/verity.h
python/Makefile.am
src/Makefile.am
src/cryptsetup.h
tests/Makefile.am