From: Ben Pfaff Date: Mon, 15 Sep 2008 23:31:37 +0000 (-0700) Subject: Fix "make distcheck". X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=08cd0bc83caa250787f90921d4e4108cb8004833;hp=480bc9dae6eba1b0bfb9943b6a173c1f42a52b0a;p=sliver-openvswitch.git Fix "make distcheck". --- diff --git a/include/Makefile.am b/include/Makefile.am index 148a7e3d9..20803f0e3 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 \