]> git.proxmox.com Git - mirror_lxc.git/blob - doc/examples/Makefile.am
replace all lxc.network* with lxc.net*
[mirror_lxc.git] / doc / examples / Makefile.am
1 if ENABLE_EXAMPLES
2 pkgexamplesdir=$(docdir)/examples
3
4 pkgexamples_DATA = \
5 lxc-macvlan.conf \
6 lxc-vlan.conf \
7 lxc-no-netns.conf \
8 lxc-empty-netns.conf \
9 lxc-phys.conf \
10 lxc-veth.conf \
11 lxc-complex.conf \
12 seccomp-v1.conf \
13 seccomp-v2-blacklist.conf \
14 seccomp-v2.conf
15 endif
16
17 noinst_DATA = \
18 lxc-macvlan.conf.in \
19 lxc-vlan.conf.in \
20 lxc-empty-netns.conf.in \
21 lxc-no-netns.conf.in \
22 lxc-phys.conf.in \
23 lxc-veth.conf.in \
24 lxc-complex.conf.in \
25 seccomp-v1.conf \
26 seccomp-v2-blacklist.conf \
27 seccomp-v2.conf
28
29 EXTRA_DIST = \
30 seccomp-v1.conf \
31 seccomp-v2-blacklist.conf \
32 seccomp-v2.conf