]> git.proxmox.com Git - mirror_spl.git/blame_incremental - config/Rules.am
Update code to use misc_register()/misc_deregister()
[mirror_spl.git] / config / Rules.am
... / ...
CommitLineData
1###############################################################################
2# Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
3# Copyright (C) 2007 The Regents of the University of California.
4# Written by Brian Behlendorf <behlendorf1@llnl.gov>.
5###############################################################################
6# Common rules for user space components.
7###############################################################################
8
9DEFAULT_INCLUDES = -include ${top_builddir}/spl_config.h
10
11AM_LIBTOOLFLAGS = --silent
12AM_CPPFLAGS = -D__USE_LARGEFILE64
13AM_CFLAGS = -Wall -Wshadow -Wstrict-prototypes -fno-strict-aliasing
14AM_CFLAGS += ${DEBUG_CFLAGS}