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 /lib/Makefile.am | |
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 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 24ba72913..0f2826bb2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,5 +1,4 @@ -DEFAULT_INCLUDES = -I. -I.. -AM_CFLAGS = -g -O2 -W -Wall -Wstrict-prototypes -Wshadow +include $(top_srcdir)/config/Rules.am noinst_LTLIBRARIES = libcommon.la libcommon_la_SOURCES = list.c |