From a91e9e0d4c6d996cf2528f2cdd3c4dfbded24186 Mon Sep 17 00:00:00 2001 From: tgoff0 Date: Tue, 26 May 2015 17:34:28 +0000 Subject: [PATCH] daemon: Fix corens3 examples install directory. --- daemon/ns3/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/ns3/Makefile.am b/daemon/ns3/Makefile.am index f7053e92..62c998e7 100644 --- a/daemon/ns3/Makefile.am +++ b/daemon/ns3/Makefile.am @@ -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