From 33d883090de05de19c3cea666f4bc80b24ed8eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 24 May 2005 11:39:01 +0000 Subject: [PATCH] (snprintf_test_SOURCES): Add snprintf-test.h. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15218 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 d8cb18a9c..22d1c2b39 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -43,7 +43,7 @@ parse_time_test_SOURCES = parse_time-test.c test-mem.c strpftime_test_SOURCES = strpftime-test.c strpftime_test_LDADD = libtest.la $(LDADD) -snprintf_test_SOURCES = snprintf-test.c +snprintf_test_SOURCES = snprintf-test.c snprintf-test.h snprintf_test_LDADD = libtest.la $(LDADD) snprintf_test_CFLAGS = -DTEST_SNPRINTF