On Mon, Aug 25, 2014 at 05:06:06PM -0700, [email protected] wrote:
> Signed-off-by: John Johansen <[email protected]>
Acked-by: Steve Beattie <[email protected]>

> ---
>  parser/Makefile |   10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> --- 2.9-test.orig/parser/Makefile
> +++ 2.9-test/parser/Makefile
> @@ -233,7 +233,7 @@
>  parser_common.o: parser_common.c parser.h
>       $(CXX) $(EXTRA_CFLAGS) -c -o $@ $<
>  
> -mount.o: mount.c mount.h parser.h immunix.h rule.h
> +mount.o: mount.cc mount.h parser.h immunix.h rule.h
>       $(CXX) $(EXTRA_CFLAGS) -c -o $@ $<
>  
>  common_optarg.o: common_optarg.c common_optarg.h parser.h 
> libapparmor_re/apparmor_re.h
> @@ -242,13 +242,13 @@
>  lib.o: lib.c lib.h parser.h
>       $(CXX) $(EXTRA_CFLAGS) -c -o $@ $<
>  
> -dbus.o: dbus.c dbus.h parser.h immunix.h parser_yacc.h rule.h $(APPARMOR_H)
> +dbus.o: dbus.cc dbus.h parser.h immunix.h parser_yacc.h rule.h $(APPARMOR_H)
>       $(CXX) $(EXTRA_CFLAGS) -c -o $@ $<
>  
> -signal.o: signal.c signal.h parser.h immunix.h parser_yacc.h rule.h 
> $(APPARMOR_H)
> +signal.o: signal.cc signal.h parser.h immunix.h parser_yacc.h rule.h 
> $(APPARMOR_H)
>       $(CXX) $(EXTRA_CFLAGS) -c -o $@ $<
>  
> -ptrace.o: ptrace.c ptrace.h parser.h immunix.h parser_yacc.h rule.h 
> $(APPARMOR_H)
> +ptrace.o: ptrace.cc ptrace.h parser.h immunix.h parser_yacc.h rule.h 
> $(APPARMOR_H)
>       $(CXX) $(EXTRA_CFLAGS) -c -o $@ $<
>  
>  network.o: network.c network.h parser.h immunix.h parser_yacc.h rule.h 
> af_names.h $(APPARMOR_H)
> @@ -257,7 +257,7 @@
>  profile.o: profile.cc profile.h parser.h network.h
>       $(CXX) $(EXTRA_CFLAGS) -c -o $@ $<
>  
> -rule.o: rule.c rule.h policydb.h
> +rule.o: rule.cc rule.h policydb.h
>       $(CXX) $(EXTRA_CFLAGS) -c -o $@ $<
>  
>  parser_version.h: Makefile
> 
> 
> -- 
> AppArmor mailing list
> [email protected]
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/apparmor

-- 
Steve Beattie
<[email protected]>
http://NxNW.org/~steve/

Attachment: signature.asc
Description: Digital signature

-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to