summaryrefslogtreecommitdiff
path: root/libparted
diff options
context:
space:
mode:
authorPetr Lautrbach <plautrba@redhat.com>2020-11-03 15:06:34 +0100
committerBrian C. Lane <bcl@redhat.com>2020-11-05 09:22:26 -0800
commit059200d50beb259c54469ae65f2d034af48ff849 (patch)
tree26e59209af8baf0ab601a34c2f9ea8eabe18de38 /libparted
parentdfc611bd5126840d68493ad0e761511a71325af7 (diff)
downloadparted-059200d50beb259c54469ae65f2d034af48ff849.tar.gz
Do not link to libsepol or libselinux
Given that there's no code which would use it there's no reason to link to libsepol or libselinux even when they are available. Signed-off-by: Brian C. Lane <bcl@redhat.com>
Diffstat (limited to 'libparted')
-rw-r--r--libparted/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/libparted/Makefile.am b/libparted/Makefile.am
index bcdde77..e52aa2a 100644
--- a/libparted/Makefile.am
+++ b/libparted/Makefile.am
@@ -55,7 +55,6 @@ libparted_la_LIBADD = \
$(top_builddir)/lib/libgnulib.la \
$(OS_LIBS) \
$(DM_LIBS) \
- $(SELINUX_LIBS) \
$(LIB_BLKID) \
$(UUID_LIBS) \
$(INTLLIBS)