blob: b40043d043a9832d42f81b82d689001c8096d77d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
sss_analyze_pythondir = $(libexecdir)/sssd
dist_sss_analyze_python_SCRIPTS = \
sss_analyze \
$(NULL)
pkgpythondir = $(python3dir)/sssd
dist_pkgpython_DATA = \
__init__.py \
source_files.py \
source_journald.py \
source_reader.py \
parser.py \
sss_analyze.py \
$(NULL)
modulesdir = $(pkgpythondir)/modules
dist_modules_DATA = \
modules/__init__.py \
modules/request.py \
$(NULL)
|