summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-16 13:58:10 +0200
committerJim Meyering <meyering@redhat.com>2011-05-27 17:07:45 +0200
commit1a3fd326ec127b2b9b37e8e1cd977a48965313f9 (patch)
tree51c118945f85cbae564aaac6320f122a3d605ac0
parent884a76f6ea4f6a2009337ab0f7b3caee6cbd6efe (diff)
downloadparted-1a3fd326ec127b2b9b37e8e1cd977a48965313f9.tar.gz
amiga: build with warning and error options
* libparted/fs/amiga/Makefile.am (AM_CFLAGS): Add $(WARN_CFLAGS) and $(WERROR_CFLAGS).
-rw-r--r--libparted/fs/amiga/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libparted/fs/amiga/Makefile.am b/libparted/fs/amiga/Makefile.am
index 599fec2..788ecac 100644
--- a/libparted/fs/amiga/Makefile.am
+++ b/libparted/fs/amiga/Makefile.am
@@ -1,3 +1,4 @@
+AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
partedincludedir = -I$(top_srcdir)/include
noinst_LTLIBRARIES = libamigafs.la