From 35db79784340cecc41f15b14074e6d80b5f1e681 Mon Sep 17 00:00:00 2001 From: tedbullock Date: Fri, 11 Apr 2008 21:55:56 +0000 Subject: [PATCH] fix typo --- httperf/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httperf/src/Makefile.am b/httperf/src/Makefile.am index cbbad77..afbb74d 100755 --- a/httperf/src/Makefile.am +++ b/httperf/src/Makefile.am @@ -7,7 +7,7 @@ bin_PROGRAMS = httperf idleconn httperf_SOURCES = httperf.c httperf.h object.c object.h call.c call.h conn.c \ conn.h sess.c sess.h core.c core.h localevent.c localevent.h http.c http.h \ timer.c timer.h -idleconn_SOURCEtS = idleconn.c +idleconn_SOURCES = idleconn.c idleconn_LDADD = lib/libutil.a httperf_LDADD = gen/libgen.a lib/libutil.a stat/libstat.a