summaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-01-24 15:07:41 -0800
committerBen Pfaff <blp@nicira.com>2012-02-01 14:15:16 -0800
commit95974447c9005f4ad6ef880b2331e7dca0e6f661 (patch)
tree6ae865c3600ce2f5c1de4c6cbf59f08fe5b2be28 /lib/automake.mk
parent1745cd08c93adaa11268526309addefd51604394 (diff)
downloadopenvswitch-95974447c9005f4ad6ef880b2331e7dca0e6f661.tar.gz
heap: New library that implements a binary heap-based priority queue.
Signed-off-by: Ben Pfaff <blp@nicira.com>
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 4e2fcf3bc..3531ba97f 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010, 2011 Nicira Networks, Inc.
+# Copyright (C) 2009, 2010, 2011, 2012 Nicira Networks, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
@@ -45,6 +45,8 @@ lib_libopenvswitch_a_SOURCES = \
lib/dpif-provider.h \
lib/dpif.c \
lib/dpif.h \
+ lib/heap.c \
+ lib/heap.h \
lib/dynamic-string.c \
lib/dynamic-string.h \
lib/entropy.c \