daemon: Fix corens3 examples install directory.
This commit is contained in:
parent
70808bf7c2
commit
a91e9e0d4c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ EXAMPLE_FILES = \
|
|||
examples/ns3wifirandomwalk.py \
|
||||
examples/ns3wimax.py
|
||||
|
||||
coreexampledir = $(datadir)/core/examples
|
||||
coreexampledir = $(datadir)/core/examples/corens3
|
||||
dist_coreexample_DATA = $(EXAMPLE_FILES)
|
||||
|
||||
# Python package build
|
||||
|
|
Loading…
Reference in a new issue