diff options
author | Brian Behlendorf <[email protected]> | 2009-02-12 14:45:22 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-02-12 14:45:22 -0800 |
commit | f6c5d4ff88937fd69c938e0bc6ea11ad541e0a48 (patch) | |
tree | f24c06457dc2508e4f59f417f69c0b9ec9cce33b /config | |
parent | 37db7d8cf9936e6d2851a4329c11efcd9f61305c (diff) |
Build system update
- Added default build flags:
-Wall -Wstrict-prototypes -Werror -Wshadow
- Added missing Makefile's for include/ subdirectories.
Diffstat (limited to 'config')
-rw-r--r-- | config/Rules.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/Rules.am b/config/Rules.am new file mode 100644 index 000000000..255fa6c1b --- /dev/null +++ b/config/Rules.am @@ -0,0 +1,4 @@ +DEFAULT_INCLUDES = -I${top_srcdir} + +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wshadow +AM_CFLAGS += -D__USE_LARGEFILE64 |