add c2 facility
[ltt-control.git] / ltt-control / facilities / Makefile.am
1
2 EXTRA_DIST = \
3 core.xml \
4 fs.xml \
5 ipc.xml \
6 kernel.xml \
7 kernel_arch_arm.xml \
8 kernel_arch_c2.xml \
9 kernel_arch_i386.xml \
10 kernel_arch_mips.xml \
11 stack_arch_i386.xml \
12 locking.xml \
13 memory.xml \
14 network.xml \
15 process.xml \
16 socket.xml \
17 statedump.xml \
18 timer.xml \
19 user_generic.xml \
20 network_ip_interface.xml
21
22 facilities_DATA = \
23 core.xml \
24 fs.xml \
25 ipc.xml \
26 kernel.xml \
27 kernel_arch_arm.xml \
28 kernel_arch_c2.xml \
29 kernel_arch_i386.xml \
30 kernel_arch_mips.xml \
31 stack_arch_i386.xml \
32 locking.xml \
33 memory.xml \
34 network.xml \
35 process.xml \
36 socket.xml \
37 statedump.xml \
38 timer.xml \
39 user_generic.xml \
40 network_ip_interface.xml
41
42
43 facilitiesdir = $(pkgdatadir)/facilities
This page took 0.031289 seconds and 5 git commands to generate.