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>)
This commit is contained in:
Cristian Rodríguez
2013-06-21 22:38:46 -04:00
committed by Milan Broz
parent cf99ecb5a9
commit 1349efa34d
17 changed files with 31 additions and 52 deletions

View File

@@ -23,7 +23,6 @@
#include "libcryptsetup.h"
#include "nls.h"
#include "utils_fips.h"
#include "config.h"
#if !ENABLE_FIPS
int crypt_fips_mode(void) { return 0; }