From d8ba7da3b8d2a33835b6b62ba00ed7baab4bc58f Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 21 Dec 1999 17:14:44 +0000 Subject: [PATCH] (strpftime-test): define sources to avoid having '.o' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7656 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 2927d9926..155cfc070 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_LDADD = strftime.o strptime.o snprintf.o +strpftime_test_SOURCES = strpftime_test.c strftime.c strptime.c snprintf.c if KRB4 if KRB5