diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-10 00:46:17 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-10 00:46:17 +0200 |
commit | 4f4b12c20388ff2cb158b040e3193f86cf7a3b96 (patch) | |
tree | 41449172690d16f6deba140d174343478f806d23 /extras/volume_id | |
parent | 6b12bdb62460a0bdc08d5e020a64c18bc1672bb1 (diff) |
libudev: add selinux
Diffstat (limited to 'extras/volume_id')
-rw-r--r-- | extras/volume_id/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/volume_id/Makefile.am b/extras/volume_id/Makefile.am index fe9bef7b88..9fb2cba646 100644 --- a/extras/volume_id/Makefile.am +++ b/extras/volume_id/Makefile.am @@ -22,6 +22,11 @@ vol_id_SOURCES = \ vol_id_LDADD = \ lib/libvolume_id.la +if USE_SELINUX +vol_id_LDADD += \ + $(SELINUX_LIBS) +endif + dist_man_MANS = \ vol_id.8 |