aboutsummaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-05-22 10:32:02 -0700
committerBen Pfaff <blp@nicira.com>2012-05-22 10:32:02 -0700
commit44bac24ba5d22fe238bd96702707eb2029efec41 (patch)
tree4e0f353c178283acffa051c5a8272239bf41652f /lib/automake.mk
parentb54c9e972e74ed51ce8a6d0a071f253f48432d6c (diff)
simap: New data structure for string-to-integer maps.
This commit adapts a couple of existing pieces of code to use the new data structure. The following commit will add another user (which is also the first use of the simap_increas() function). Signed-off-by: Ben Pfaff <blp@nicira.com>
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 52e112bc..338d39cd 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -135,6 +135,8 @@ lib_libopenvswitch_a_SOURCES = \
lib/sha1.h \
lib/shash.c \
lib/shash.h \
+ lib/simap.c \
+ lib/simap.h \
lib/signals.c \
lib/signals.h \
lib/socket-util.c \