]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Makefile
mdadm-0.8
[thirdparty/mdadm.git] / Makefile
index 38e27d5c2cf5807527b0c27d2a018870d02f31fd..4631257b42f3ccc5e883ebdc01f8d90254a7534f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@
 CC = gcc
 SYSCONFDIR = /etc
 CONFFILE = $(SYSCONFDIR)/mdadm.conf
-CFLAGS = -Wall,error,strict-prototypes -ggdb -DCONFFILE=\"$(CONFFILE)\"
+CFLAGS = -Wall -Werror -Wstrict-prototypes -ggdb -DCONFFILE=\"$(CONFFILE)\"
 
 # If you want a static binary, you might uncomment these
 # LDFLAGS = -static
@@ -41,7 +41,7 @@ DESTDIR = /.
 BINDIR  = /sbin
 MANDIR  = /usr/share/man/man8
 
-OBJS =  mdadm.o config.o  ReadMe.o util.o Manage.o Assemble.o Build.o Create.o Detail.o Examine.o Monitor.o dlink.o Kill.o
+OBJS =  mdadm.o config.o mdstat.o  ReadMe.o util.o Manage.o Assemble.o Build.o Create.o Detail.o Examine.o Monitor.o dlink.o Kill.o Query.o
 
 all : mdadm mdadm.man md.man mdadm.conf.man