tunnel: Userspace implementation of tunnel manipulation.
[sliver-openvswitch.git] / ofproto / automake.mk
index 0279802..69f014f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010, 2011 Nicira Networks, Inc.
+# Copyright (C) 2009, 2010, 2011, 2012 Nicira, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -21,12 +21,16 @@ ofproto_libofproto_a_SOURCES = \
        ofproto/ofproto.c \
        ofproto/ofproto.h \
        ofproto/ofproto-dpif.c \
-       ofproto/ofproto-sflow.c \
-       ofproto/ofproto-sflow.h \
+       ofproto/ofproto-dpif-governor.c \
+       ofproto/ofproto-dpif-governor.h \
+       ofproto/ofproto-dpif-sflow.c \
+       ofproto/ofproto-dpif-sflow.h \
+       ofproto/ofproto-provider.h \
        ofproto/pktbuf.c \
        ofproto/pktbuf.h \
        ofproto/pinsched.c \
        ofproto/pinsched.h \
-       ofproto/private.h
+       ofproto/tunnel.c \
+       ofproto/tunnel.h
 
-EXTRA_DIST += ofproto/ofproto-unixctl.man
+MAN_FRAGMENTS += ofproto/ofproto-unixctl.man ofproto/ofproto-dpif-unixctl.man