initial move
[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_i386.xml \
9 kernel_arch_mips.xml \
10 stack_arch_i386.xml \
11 locking.xml \
12 memory.xml \
13 network.xml \
14 process.xml \
15 socket.xml \
16 statedump.xml \
17 timer.xml \
18 user_generic.xml \
19 network_ip_interface.xml
20
21 facilities_DATA = \
22 core.xml \
23 fs.xml \
24 ipc.xml \
25 kernel.xml \
26 kernel_arch_arm.xml \
27 kernel_arch_i386.xml \
28 kernel_arch_mips.xml \
29 stack_arch_i386.xml \
30 locking.xml \
31 memory.xml \
32 network.xml \
33 process.xml \
34 socket.xml \
35 statedump.xml \
36 timer.xml \
37 user_generic.xml \
38 network_ip_interface.xml
39
40
41 facilitiesdir = $(pkgdatadir)/facilities
This page took 0.029838 seconds and 4 git commands to generate.