summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-06-16 08:38:46 -0700
committerBen Pfaff <blp@nicira.com>2015-06-16 08:38:46 -0700
commit6901639bc8a84ac9204a03d466f977562dabdf3e (patch)
tree1ff2f4073e505abddadc16334cb3b8541ff71320 /Makefile.am
parentd75ef07f4058d6186780c68ffa4de79f43e13c53 (diff)
downloadopenvswitch-6901639bc8a84ac9204a03d466f977562dabdf3e.tar.gz
ovs-sim: New utility for multi-node OVS and OVN simulation.
Please see the examples in ovs-sim(1) for some examples of how this can be useful. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fc623e6de..178e82c01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -173,6 +173,7 @@ SUFFIXES += .in
-e 's,[@]sysconfdir[@],$(sysconfdir),g' \
-e 's,[@]bindir[@],$(bindir),g' \
-e 's,[@]sbindir[@],$(sbindir),g' \
+ -e 's,[@]abs_builddir[@],$(abs_builddir),g' \
-e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \
> $@.tmp
@if head -n 1 $@.tmp | grep '#!' > /dev/null; then \