diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-12-18 12:35:57 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-12-18 12:39:08 -0500 |
commit | 777408914dbf395e9969e3f34720286e6f740369 (patch) | |
tree | 75e17887324b0778c84c3d54ad9d8a8d20719cf7 /Xext/Makefile.am | |
parent | 9e4ef3cfe5ee178c266edd64a8edd767827aa0d7 (diff) |
Add xace headers to the SDK when enabled and export the XaceHooks symbol
to modules.
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index f3b765230..ac45f955a 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -73,6 +73,9 @@ endif XACE_SRCS = xace.c xace.h xacestr.h if XACE BUILTIN_SRCS += $(XACE_SRCS) +if XORG +sdk_HEADERS += xace.h xacestr.h +endif endif # SELinux extension: provides SELinux policy support for X objects |