]> git.proxmox.com Git - mirror_lxc.git/blame - doc/examples/Makefile.am
Change ipv4 addresses in the configuration examples
[mirror_lxc.git] / doc / examples / Makefile.am
CommitLineData
3fb0a9bb
AN
1EXTRA_DIST = $(pkgexamples_DATA)
2
3if ENABLE_EXAMPLES
4pkgexamplesdir=$(docdir)/examples
5
6pkgexamples_DATA = \
5e97c3fc 7 lxc-macvlan.conf \
26c39028 8 lxc-vlan.conf \
5e97c3fc 9 lxc-no-netns.conf \
5f58350a 10 lxc-empty-netns.conf \
5e97c3fc 11 lxc-phys.conf \
12 lxc-veth.conf \
c553a9c2 13 lxc-complex.conf
3fb0a9bb
AN
14endif
15
5e97c3fc 16noinst_DATA = \
17 lxc-macvlan.conf.in \
26c39028 18 lxc-vlan.conf.in \
5f58350a 19 lxc-empty-netns.conf.in \
5e97c3fc 20 lxc-no-netns.conf.in \
21 lxc-phys.conf.in \
22 lxc-veth.conf.in \
c553a9c2 23 lxc-complex.conf.in