summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-02-11 06:46:42 +0100
committerGuillem Jover <guillem@debian.org>2015-03-30 20:05:04 +0200
commitad959d4c7bced43649b1aefc30beadc06f93111a (patch)
treea38c8d58689685e98f5ff058c9613540a7f3cebe /src/Makefile.am
parent18bfaa4e7588e5607be04c0f64842190d95008a4 (diff)
downloaddpkg-ad959d4c7bced43649b1aefc30beadc06f93111a.tar.gz
dpkg: Move SE Linux support into a separate file
This will allow to use the code in dpkg-statoverride, and unclutters the tar handling code.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2382d751e..09a7330ce 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,6 +51,7 @@ dpkg_SOURCES = \
remove.c \
script.c \
select.c \
+ selinux.c \
trigproc.c \
unpack.c \
update.c \