[PATCH 3/4] build: enable compilation warnings also for new nilfs2 subdir
Jim Meyering
meyering at redhat.com
Mon Mar 7 14:46:42 UTC 2011
* libparted/fs/nilfs2/Makefile.am (AM_CFLAGS): Define.
---
libparted/fs/nilfs2/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libparted/fs/nilfs2/Makefile.am b/libparted/fs/nilfs2/Makefile.am
index 9bb87b6..c7cfd68 100644
--- a/libparted/fs/nilfs2/Makefile.am
+++ b/libparted/fs/nilfs2/Makefile.am
@@ -1,5 +1,7 @@
partedincludedir = -I$(top_srcdir)/include
+AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
+
noinst_LTLIBRARIES = libnilfs2.la
libnilfs2_la_SOURCES = nilfs2.c
--
1.7.4.1.299.ga459d
More information about the parted-devel
mailing list