[apparmor] [PATCH 06/11] Fix Make file for mount.c so that warnings are emitted during a build

John Johansen john.johansen at canonical.com
Wed Mar 7 14:17:25 UTC 2012


Signed-off-by: John Johansen <john.johansen at canonical.com>
---
 parser/Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/parser/Makefile b/parser/Makefile
index 528d1b3..9468e43 100644
--- a/parser/Makefile
+++ b/parser/Makefile
@@ -200,6 +200,9 @@ parser_alias.o: parser_alias.c parser.h
 parser_common.o: parser_common.c parser.h
 	$(CC) $(EXTRA_CFLAGS) -c -o $@ $<
 
+mount.o: mount.c mount.h parser.h immunix.h
+	$(CC) $(EXTRA_CFLAGS) -c -o $@ $<
+
 parser_version.h: Makefile
 	@echo \#define PARSER_VERSION \"$(VERSION)\" > .ver
 	@mv -f .ver $@
-- 
1.7.9




More information about the AppArmor mailing list