From: Ben Pfaff Date: Sat, 26 Apr 2008 16:10:41 +0000 (-0700) Subject: Add missing header to Makefile.am. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3505dd08fc95048102eb5fed4df5f81c36ef409;p=openvswitch Add missing header to Makefile.am. --- diff --git a/include/Makefile.am b/include/Makefile.am index 0b7ddbe9..2e3f7e50 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,6 +9,7 @@ noinst_HEADERS = \ flow.h \ hash.h \ list.h \ + netlink-protocol.h \ netlink.h \ ofp-print.h \ openflow.h \