diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-22 22:50:51 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-22 22:50:51 -0400 |
commit | c785370dcf66d81a8e0432535d787aab7f7f18c0 (patch) | |
tree | 7244642a1164e5b09ebaa5482eaf4f3f008fad3f /src/file/homefile/userhomefile/meson.build | |
parent | 1441a042b614197af04e6f9984056d9a8ecb859e (diff) | |
download | selinux-policy-c785370dcf66d81a8e0432535d787aab7f7f18c0.tar.gz |
create xdgfile module
Diffstat (limited to 'src/file/homefile/userhomefile/meson.build')
-rw-r--r-- | src/file/homefile/userhomefile/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file/homefile/userhomefile/meson.build b/src/file/homefile/userhomefile/meson.build index f10be0b..e53e16f 100644 --- a/src/file/homefile/userhomefile/meson.build +++ b/src/file/homefile/userhomefile/meson.build @@ -1 +1 @@ -modules += files('shellrcfile.cil') +modules += files('shellrcfile.cil', 'xdgfile.cil') |