summaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-01-14 20:08:07 -0800
committerBen Pfaff <blp@ovn.org>2016-01-20 09:50:27 -0800
commit730b985b03f79b5bd9c46edb8f1dc77a7db92547 (patch)
treec309542b534a645584eeefc27bf2aa58bea1b744 /lib/automake.mk
parent99520767ca72b422d83c1357d8f876a7ed1bf0d2 (diff)
downloadopenvswitch-730b985b03f79b5bd9c46edb8f1dc77a7db92547.tar.gz
pktbuf: Move from 'ofproto' to 'lib'.
An upcoming commit will use this library from ofp-util instead of ofproto. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Jarno Rajahalme <jarno@ovn.org>
Diffstat (limited to 'lib/automake.mk')
-rw-r--r--lib/automake.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index 39a652be0..27a16691e 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Nicira, Inc.
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nicira, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
@@ -195,6 +195,8 @@ lib_libopenvswitch_la_SOURCES = \
lib/pcap-file.h \
lib/perf-counter.h \
lib/perf-counter.c \
+ lib/pktbuf.c \
+ lib/pktbuf.h \
lib/poll-loop.c \
lib/poll-loop.h \
lib/process.c \