diff options
author | Stef Walter <stef@thewalter.net> | 2013-08-27 20:48:32 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-08-28 13:13:42 +0200 |
commit | e835d0f6eae21e1b6f13b8ad585c179bbf1eb946 (patch) | |
tree | d8b377c291dedfcd98c57b9693610f4141b41d25 | |
parent | cdad5bceee79afbf8b3440b39c72890d2e67448d (diff) |
p11-kit: Rename list.c to lists.c to simplify debugging
-rw-r--r-- | p11-kit/Makefile.am | 2 | ||||
-rw-r--r-- | p11-kit/lists.c (renamed from p11-kit/list.c) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index f46fd7e..f46fd7e 100644 --- a/p11-kit/list.c +++ b/p11-kit/lists.c |