From 685f2643bbec53f0d03e5b05f394d20764a214ad Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 30 Dec 1999 02:23:23 +0000 Subject: [PATCH] (strpftime_test_SOURCES): correct source file name git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7687 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index 155cfc070..2396311ae 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -14,7 +14,7 @@ TESTS = $(check_PROGRAMS) getaddrinfo_test_LDADD = libroken.la parse_bytes_test_LDADD = libroken.la -strpftime_test_SOURCES = strpftime_test.c strftime.c strptime.c snprintf.c +strpftime_test_SOURCES = strpftime-test.c strftime.c strptime.c snprintf.c if KRB4 if KRB5