diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-11 22:58:34 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-11 22:58:34 +0200 |
commit | e51bc1a23e8f581e4fe46aa4df1bd93b7042c184 (patch) | |
tree | 27a0d1e86579a1e6d0d0444a228c3db08a98a6ad /Makefile.am | |
parent | 7fab9d01b5940a67ca070754361afb9dfaa520f2 (diff) |
selinux: split off selinux calls into seperate file label.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 038b72e1e1..abd07eb7ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -240,6 +240,7 @@ noinst_LTLIBRARIES = \ libsystemd_basic_la_SOURCES = \ src/util.c \ + src/label.c \ src/hashmap.c \ src/set.c \ src/strv.c \ |