From 82bcf78ec1978d1c1b8a8f960c1cb42b7eeb9359 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 29 Jan 2012 00:25:02 +0900 Subject: [PATCH] Fixed HFILES entries --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index f64fc10..5f2884d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -30,7 +30,7 @@ OBJECTS = main.c spdylay_pq_test.c spdylay_map_test.c spdylay_queue_test.c \ spdylay_frame_test.c HFILES = spdylay_pq_test.h spdylay_map_test.h spdylay_queue_test.h \ - spdylay_buffer_test.h spdylay_zlib_test.h spdylay_session_test.h + spdylay_buffer_test.h spdylay_zlib_test.h spdylay_session_test.h \ spdylay_frame_test.h main_SOURCES = $(HFILES) $(OBJECTS)