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