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/fstab_import | |
parent | 6b12bdb62460a0bdc08d5e020a64c18bc1672bb1 (diff) |
libudev: add selinux
Diffstat (limited to 'extras/fstab_import')
-rw-r--r-- | extras/fstab_import/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/fstab_import/Makefile.am b/extras/fstab_import/Makefile.am index 902ab1e28e..c4fbdce248 100644 --- a/extras/fstab_import/Makefile.am +++ b/extras/fstab_import/Makefile.am @@ -20,6 +20,11 @@ fstab_import_SOURCES = \ ../../udev/udev_utils.c \ ../../udev/udev_utils_string.c +if USE_SELINUX +fstab_import_LDADD = \ + $(SELINUX_LIBS) +endif + distclean-local: rm -f Makefile.in |