summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-12-13 09:46:44 -0800
committerBen Pfaff <blp@nicira.com>2013-12-13 09:57:40 -0800
commited1be7871bb20e9fb7f44f1f546386a833b43c47 (patch)
tree01460b91e57559ba66e46fda17573ddb03d0c1c7 /Makefile.am
parent6567010fff1a07100db5853416de0fe5ccd9e99d (diff)
downloadopenvswitch-ed1be7871bb20e9fb7f44f1f546386a833b43c47.tar.gz
configure: Add macros to check for #include_next and add a workaround.
This will be used for the #include_next in string.h in the following commit. 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 3c6572c77..a6d985d83 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -283,6 +283,7 @@ if LINUX_ENABLED
cd datapath/linux && $(MAKE) modules_install
endif
+include m4/automake.mk
include lib/automake.mk
include ofproto/automake.mk
include utilities/automake.mk