summaryrefslogtreecommitdiffstats
path: root/src/plugins/apparmor/Makefile.am
blob: 510053bbfff000c7640b5e3436e9b0cc1db47295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-mail \
	-I$(top_srcdir)/src/lib-index \
	-I$(top_srcdir)/src/lib-storage

NOPLUGIN_LDFLAGS =
lib01_apparmor_plugin_la_LDFLAGS = -module -avoid-version
lib01_apparmor_plugin_la_LIBADD = $(APPARMOR_LIBS)
lib01_apparmor_plugin_la_SOURCES = \
	apparmor-plugin.c

module_LTLIBRARIES = \
	lib01_apparmor_plugin.la