aboutsummaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-12-19 14:18:00 -0800
committerBen Pfaff <blp@nicira.com>2011-12-19 14:54:09 -0800
commit9c8e276ec3f4a3368ec1cb7f713543d46d8ad23a (patch)
tree13195265672c7f77a2f8b81508e9ea5c7fb3e35a /lib/automake.mk
parent9da5b93abce74a41cce2bcba2d17c7b781123f7b (diff)
netflow: Move packet definitions to header file.
An upcoming commit will introduce code outside of ofproto/netflow.c that works with NetFlow packets, so we need the protocol definitions in a common location. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/automake.mk')
-rw-r--r--lib/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index c0cc9065..7153e930 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -85,6 +85,7 @@ lib_libopenvswitch_a_SOURCES = \
lib/netdev-provider.h \
lib/netdev.c \
lib/netdev.h \
+ lib/netflow.h \
lib/netlink.c \
lib/netlink.h \
lib/nx-match.c \