From 594624655524ccaa5a73d41b6cec163869bfab6d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 6 Jan 2010 09:53:32 -0800 Subject: [PATCH 1/1] Include lib/string.h in "make dist"-generated tarballs. This file was missing from distributions. Its lack prevented the strtok_r() fix from working on systems that need it. Reported-by: Tetsuo NAKAGAWA --- lib/automake.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/automake.mk b/lib/automake.mk index 9ba513acb..5265eb772 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -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 \ -- 2.43.0