automake: Add some missing distribution files.
This commit is contained in:
parent
9440a16ef2
commit
ccf0dae139
3 changed files with 12 additions and 4 deletions
|
@ -24,7 +24,7 @@ ACLOCAL_AMFLAGS = -I config
|
||||||
|
|
||||||
# extra files to include with distribution tarball
|
# extra files to include with distribution tarball
|
||||||
EXTRA_DIST = bootstrap.sh LICENSE README-Xen Changelog kernel \
|
EXTRA_DIST = bootstrap.sh LICENSE README-Xen Changelog kernel \
|
||||||
python-prefix.py \
|
python-prefix.py revision.sh \
|
||||||
packaging/bsd \
|
packaging/bsd \
|
||||||
packaging/deb/compat \
|
packaging/deb/compat \
|
||||||
packaging/deb/copyright \
|
packaging/deb/copyright \
|
||||||
|
|
|
@ -50,6 +50,7 @@ dist_coreexmyservices_DATA = $(EXAMPLE_MYSERVICES_FILES)
|
||||||
|
|
||||||
EXAMPLE_NETNS_FILES = \
|
EXAMPLE_NETNS_FILES = \
|
||||||
examples/netns/basicrange.py \
|
examples/netns/basicrange.py \
|
||||||
|
examples/netns/daemonnodes.py \
|
||||||
examples/netns/distributed.py \
|
examples/netns/distributed.py \
|
||||||
examples/netns/emane80211.py \
|
examples/netns/emane80211.py \
|
||||||
examples/netns/howmanynodes.py \
|
examples/netns/howmanynodes.py \
|
||||||
|
|
|
@ -34,6 +34,13 @@ figures_dia = $(figures:%=%.dia)
|
||||||
# list of figure + jpg suffix
|
# list of figure + jpg suffix
|
||||||
figures_jpg = $(figures:%=%.jpg)
|
figures_jpg = $(figures:%=%.jpg)
|
||||||
|
|
||||||
|
figures_png = \
|
||||||
|
controlnetwork.png \
|
||||||
|
distributed-controlnetwork.png \
|
||||||
|
distributed-emane-configuration.png \
|
||||||
|
distributed-emane-network.png \
|
||||||
|
single-pc-emane.png
|
||||||
|
|
||||||
# icons from the GUI source
|
# icons from the GUI source
|
||||||
icons = select start router host pc mdr router_green \
|
icons = select start router host pc mdr router_green \
|
||||||
lanswitch hub wlan cel \
|
lanswitch hub wlan cel \
|
||||||
|
@ -42,13 +49,13 @@ icons = select start router host pc mdr router_green \
|
||||||
# list of icons + .gif.jpg suffix
|
# list of icons + .gif.jpg suffix
|
||||||
icons_jpg = $(icons:%=%.jpg)
|
icons_jpg = $(icons:%=%.jpg)
|
||||||
|
|
||||||
BUILT_SOURCES = $(figures_dia) $(figures_jpg) $(icons_jpg)
|
all-local: $(icons_jpg)
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f $(icons_jpg)
|
rm -f $(icons_jpg)
|
||||||
|
|
||||||
EXTRA_DIST = $(figures_dia) $(figures_jpg)
|
EXTRA_DIST = $(figures_dia) $(figures_jpg) $(figures_png)
|
||||||
|
|
||||||
# extra cruft to remove
|
# extra cruft to remove
|
||||||
DISTCLEANFILES = Makefile.in $(icons_jpg)
|
DISTCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue