add compact xml
[ltt-control.git] / ltt-control / facilities / Makefile.am
1
2 EXTRA_DIST = \
3 core.xml \
4 fs.xml \
5 fs_data.xml \
6 ipc.xml \
7 kernel.xml \
8 kernel_arch_arm.xml \
9 kernel_arch_c2.xml \
10 kernel_arch_i386.xml \
11 kernel_arch_mips.xml \
12 kernel_arch_powerpc.xml \
13 kernel_arch_ppc.xml \
14 kernel_arch_x86_64.xml \
15 locking.xml \
16 memory.xml \
17 network.xml \
18 process.xml \
19 socket.xml \
20 stack.xml \
21 statedump.xml \
22 timer.xml \
23 user_generic.xml \
24 network_ip_interface.xml \
25 xen.xml \
26 compact.xml
27
28 facilities_DATA = \
29 core.xml \
30 fs.xml \
31 fs_data.xml \
32 ipc.xml \
33 kernel.xml \
34 kernel_arch_arm.xml \
35 kernel_arch_c2.xml \
36 kernel_arch_i386.xml \
37 kernel_arch_mips.xml \
38 kernel_arch_powerpc.xml \
39 kernel_arch_ppc.xml \
40 kernel_arch_x86_64.xml \
41 locking.xml \
42 memory.xml \
43 network.xml \
44 process.xml \
45 socket.xml \
46 stack.xml \
47 statedump.xml \
48 timer.xml \
49 user_generic.xml \
50 network_ip_interface.xml \
51 xen.xml \
52 compact.xml
53
54
55 facilitiesdir = $(pkgdatadir)/facilities
This page took 0.031948 seconds and 5 git commands to generate.