From 66cae56565f54d9b15c940d2c72b473f53686299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 9 Aug 2007 08:45:17 +0000 Subject: [PATCH] add TEST_STRPFTIME git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21893 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index c4e44fa1f..623960eb9 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -35,7 +35,7 @@ make_roken_LDADD = noinst_LTLIBRARIES = libtest.la libtest_la_SOURCES = strftime.c strptime.c snprintf.c -libtest_la_CFLAGS = -DTEST_SNPRINTF +libtest_la_CFLAGS = -DTEST_SNPRINTF -DTEST_STRPFTIME parse_reply_test_SOURCES = parse_reply-test.c resolve.c parse_reply_test_CFLAGS = -DTEST_RESOLVE @@ -44,8 +44,9 @@ test_readenv_SOURCES = test-readenv.c test-mem.c parse_time_test_SOURCES = parse_time-test.c test-mem.c -strpftime_test_SOURCES = strpftime-test.c +strpftime_test_SOURCES = strpftime-test.c strpftime-test.h strpftime_test_LDADD = libtest.la $(LDADD) +strpftime_test_CFLAGS = -DTEST_STRPFTIME snprintf_test_SOURCES = snprintf-test.c snprintf-test.h snprintf_test_LDADD = libtest.la $(LDADD) snprintf_test_CFLAGS = -DTEST_SNPRINTF