summaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-10-28 11:06:31 -0700
committerBen Pfaff <blp@nicira.com>2009-11-04 15:24:40 -0800
commit1c617a495fdc6bb91e29bf00df4c837f63d63199 (patch)
tree0702401761b98c270e622645710fed526d38989e /lib/automake.mk
parentc34b65c731a1b6dae014efe8895141e5b2fe758a (diff)
downloadopenvswitch-1c617a495fdc6bb91e29bf00df4c837f63d63199.tar.gz
byteq: Move from extras/ezio into lib and export some private functions.
The upcoming JSON-RPC library wants to use this library, and it needs some functions that are currently declared static.
Diffstat (limited to 'lib/automake.mk')
-rw-r--r--lib/automake.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index fd791c281..8dc289906 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -14,6 +14,8 @@ lib_libopenvswitch_a_SOURCES = \
lib/backtrace.h \
lib/bitmap.c \
lib/bitmap.h \
+ lib/byteq.c \
+ lib/byteq.h \
lib/cfg.c \
lib/cfg.h \
lib/classifier.c \