From: Stef Walter Date: Tue, 27 Aug 2013 18:48:32 +0000 (+0200) Subject: p11-kit: Rename list.c to lists.c to simplify debugging X-Git-Tag: 0.20.0~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e835d0f6eae21e1b6f13b8ad585c179bbf1eb946;p=p11-kit p11-kit: Rename list.c to lists.c to simplify debugging --- diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am index 9802b23..ceab55a 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -121,7 +121,7 @@ bin_PROGRAMS = \ p11-kit p11_kit_SOURCES = \ - list.c \ + lists.c \ p11-kit.c \ $(NULL) diff --git a/p11-kit/list.c b/p11-kit/lists.c similarity index 100% rename from p11-kit/list.c rename to p11-kit/lists.c