commit | 49e942b2bc9fdedba79cd266a076ce9c9d91fc13 | [log] [tgz] |
---|---|---|
author | Kay Sievers <kay@vrfy.org> | Tue Apr 10 21:54:31 2012 +0200 |
committer | Kay Sievers <kay@vrfy.org> | Tue Apr 10 22:43:05 2012 +0200 |
tree | f628e16f183b9a40b3bfb34c842dbb3a54918509 | |
parent | cc0933371d5a19c1a102ce911cb01aae8909b949 [diff] [blame] |
rename basic.la to shared.la and put selinux deps in shared-selinx.la Only 34 of 74 tools need libselinux linked, and libselinux is a pain with its unconditional library constructor.
diff --git a/src/tmpfiles.c b/src/tmpfiles.c index 873bf23..5e85e37 100644 --- a/src/tmpfiles.c +++ b/src/tmpfiles.c
@@ -41,6 +41,7 @@ #include "log.h" #include "util.h" +#include "mkdir.h" #include "strv.h" #include "label.h" #include "set.h"