mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
f6c5d4ff88
- Added default build flags: -Wall -Wstrict-prototypes -Werror -Wshadow - Added missing Makefile's for include/ subdirectories.
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
DEFAULT_INCLUDES = -I${top_srcdir}
|
|
|
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wshadow
|
|
AM_CFLAGS += -D__USE_LARGEFILE64
|