From 08cd0bc83caa250787f90921d4e4108cb8004833 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 15 Sep 2008 16:31:37 -0700 Subject: [PATCH 1/1] Fix "make distcheck". --- include/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/Makefile.am b/include/Makefile.am index 148a7e3d..20803f0e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -17,6 +17,7 @@ noinst_HEADERS = \ netdev.h \ netlink-protocol.h \ netlink.h \ + nicira-ext.h \ ofpbuf.h \ ofp-print.h \ openflow.h \ @@ -33,6 +34,7 @@ noinst_HEADERS = \ stp.h \ util.h \ vconn.h \ + vconn-provider.h \ vconn-ssl.h \ vconn-stream.h \ vlog-socket.h \ -- 2.30.2