mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-07 01:41:00 +01:00
6 lines
139 B
Makefile
6 lines
139 B
Makefile
# Makefile for AppArmor aamatch submodule
|
|
#
|
|
|
|
obj-$(CONFIG_SECURITY_APPARMOR) += aamatch_pcre.o
|
|
|
|
aamatch_pcre-y := match_pcre.o pcre_exec.o
|