Include lib/string.h in "make dist"-generated tarballs.
authorBen Pfaff <blp@nicira.com>
Wed, 6 Jan 2010 17:53:32 +0000 (09:53 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 6 Jan 2010 18:01:19 +0000 (10:01 -0800)
This file was missing from distributions.  Its lack prevented the
strtok_r() fix from working on systems that need it.

Reported-by: Tetsuo NAKAGAWA <nakagawa@mxc.nes.nec.co.jp>
lib/automake.mk

index 9ba513a..5265eb7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Nicira Networks, Inc.
+# Copyright (C) 2009, 2010 Nicira Networks, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -96,6 +96,7 @@ lib_libopenvswitch_a_SOURCES = \
        lib/socket-util.h \
        lib/stp.c \
        lib/stp.h \
+       lib/string.h \
        lib/svec.c \
        lib/svec.h \
        lib/tag.c \