summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-01-24 16:02:34 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2008-01-24 16:02:34 -0500
commit947a2e26e4217531e612a5110e6f95296c94614f (patch)
tree95385b6253e39b25a44c27f2421720dded94262e /Makefile.am
parent0b5f684eb0f8a8ad1887514568532037bb46020c (diff)
Add SELinux extension support, disabled by default.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a18ef5d..2bf2d0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,6 +60,9 @@ endif
if BUILD_XPRINT
pkgconfig_DATA += xcb-xprint.pc
endif
+if BUILD_SELINUX
+pkgconfig_DATA += xcb-xselinux.pc
+endif
if BUILD_XTEST
pkgconfig_DATA += xcb-xtest.pc
endif